15 lines
157 B
YAML
15 lines
157 B
YAML
language: php
|
|
php:
|
|
- "5.2"
|
|
- "hhvm"
|
|
|
|
branches:
|
|
only:
|
|
- devel
|
|
|
|
script:
|
|
- phpunit --configuration tests/phpunit.xml
|
|
|
|
notifications:
|
|
email: false
|