Change travis-ci configuration

This commit is contained in:
Frederic Guillot
2015-06-20 11:19:44 -04:00
parent cb0916d10e
commit d3f789764d
5 changed files with 8 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
language: php
php:
- hhvm
- 7.0
- 5.6
- 5.5
@@ -11,10 +12,11 @@ matrix:
fast_finish: true
allow_failures:
- php: 7.0
- php: hhvm
before_script:
- phpenv config-add tests/php.ini
- composer install
script:
- phpunit -c tests/units.sqlite.xml