1
0
mirror of https://github.com/danog/PHPStruct.git synced 2024-12-02 09:17:53 +01:00
PHPStruct/.travis.yml

9 lines
149 B
YAML
Raw Normal View History

2016-07-05 20:57:15 +02:00
language: php
php:
- '7.0'
- hhvm
- nightly
script:
- phpunit --bootstrap lib/danog/PHP/Struct.php tests/danog/PHP/StructTest.php --verbose