2016-07-20 11:09:43 -07:00
|
|
|
language: php
|
|
|
|
php:
|
2016-07-20 13:07:02 -07:00
|
|
|
- '5.3'
|
2016-07-20 11:09:43 -07:00
|
|
|
- '5.4'
|
|
|
|
- '5.5'
|
|
|
|
- '5.6'
|
|
|
|
- '7.0'
|
|
|
|
- hhvm
|
|
|
|
- nightly
|
2016-07-20 13:07:02 -07:00
|
|
|
matrix:
|
|
|
|
allow_failures:
|
|
|
|
- php: hhvm
|
|
|
|
- php: nightly
|
|
|
|
|
2016-07-20 11:17:44 -07:00
|
|
|
before_script:
|
2016-07-20 11:13:28 -07:00
|
|
|
- composer install --dev
|
2016-07-20 11:17:44 -07:00
|
|
|
|
2016-07-21 14:56:56 -07:00
|
|
|
script:
|
|
|
|
- mkdir -p build/logs
|
|
|
|
- php vendor/bin/phpunit -c phpunit.xml.dist
|
|
|
|
|
|
|
|
after_success:
|
|
|
|
- travis_retry php vendor/bin/coveralls -v
|