Merge pull-request #747
This commit is contained in:
22
.travis.yml
22
.travis.yml
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user