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

10 lines
181 B
YAML
Raw Normal View History

2016-07-05 20:57:15 +02:00
language: php
php:
- '7.0'
- nightly
2016-07-12 16:40:24 +02:00
before_script:
2016-07-15 12:50:26 +02:00
- composer update --dev
2016-07-05 20:57:15 +02:00
script:
2016-07-13 20:04:29 +02:00
- phpunit --bootstrap lib/danog/PHP/Struct.php tests/danog/PHP/StructTest.php --verbose