Merge pull-request #747

This commit is contained in:
Frederic Guillot
2015-03-30 20:43:14 -04:00

View File

@@ -1,12 +1,20 @@
language: php language: php
php: php:
- "5.6" - 7.0
- "5.5" - 5.6
- "5.4" - 5.5
- "5.3" - 5.4
- 5.3
before_script: wget https://phar.phpunit.de/phpunit.phar matrix:
script: fast_finish: true
allow_failures:
- php: 7.0
before_script:
- composer install - composer install
- php phpunit.phar -c tests/units.sqlite.xml
script:
- phpunit -c tests/units.sqlite.xml