mirror of
https://github.com/adlawson/php-vfs.git
synced 2024-11-22 12:35:13 +00:00
15 lines
145 B
YAML
15 lines
145 B
YAML
|
language: php
|
||
|
|
||
|
php:
|
||
|
- 5.4
|
||
|
- 5.5
|
||
|
- 5.6
|
||
|
- hhvm
|
||
|
- hhvm-nightly
|
||
|
|
||
|
before_script:
|
||
|
- ./.travis.install.sh
|
||
|
|
||
|
script:
|
||
|
- ./vendor/bin/phpunit
|