mirror of
https://github.com/danog/PHPStruct.git
synced 2024-11-26 19:54:38 +01:00
11 lines
213 B
YAML
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
|