Files
Kanboard-Prod/.travis.yml
2014-09-15 22:35:56 +02:00

10 lines
168 B
YAML

language: php
php:
- "5.6"
- "5.5"
- "5.4"
- "5.3"
before_script: wget https://phar.phpunit.de/phpunit.phar
script: php phpunit.phar -c tests/units.sqlite.xml