1
0
mirror of https://github.com/danog/PHPStruct.git synced 2024-11-26 19:54:38 +01:00
PHPStruct/.travis.yml
2016-07-15 12:50:26 +02:00

11 lines
213 B
YAML

language: php
php:
- '7.0'
- hhvm
- nightly
before_script:
- composer update --dev
script:
- vendor/phpunit/phpunit/phpunit --bootstrap lib/danog/PHP/Struct.php tests/danog/PHP/StructTest.php --verbose