Files
Kanboard-Prod/.travis.yml
Frédéric Guillot 135b921db7 Switch to composer
2014-11-04 21:33:05 -05:00

12 lines
193 B
YAML

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