9 lines
148 B
YAML
9 lines
148 B
YAML
language: php
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
- 5.5
|
|
- 7.0
|
|
- hhvm
|
|
|
|
script: phpunit --bootstrap tests/bootstrap.php --configuration tests/phpunit.xml tests |