php-vfs/.travis.yml

20 lines
214 B
YAML
Raw Normal View History

2014-07-06 16:34:47 +00:00
language: php
php:
- 5.5
- 5.6
2015-07-21 15:13:51 +00:00
- 7
2014-07-06 16:34:47 +00:00
- hhvm
- hhvm-nightly
2014-12-26 17:09:47 +00:00
matrix:
2014-12-26 17:11:44 +00:00
fast_finish: true
2014-12-26 17:09:47 +00:00
allow_failures:
- php: hhvm-nightly
2014-07-06 16:34:47 +00:00
before_script:
- ./.travis.install.sh
script:
- ./vendor/bin/phpunit