mirror of
https://github.com/adlawson/php-vfs.git
synced 2024-11-22 04:25:12 +00:00
20 lines
216 B
YAML
20 lines
216 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.4
|
|
- 5.5
|
|
- 5.6
|
|
- hhvm
|
|
- hhvm-nightly
|
|
|
|
matrix:
|
|
fast_finish: true
|
|
allow_failures:
|
|
- php: hhvm-nightly
|
|
|
|
before_script:
|
|
- ./.travis.install.sh
|
|
|
|
script:
|
|
- ./vendor/bin/phpunit
|