dolibarr/htdocs/includes/mobiledetect/mobiledetectlib/.travis.yml
2015-09-04 19:06:01 +02:00

15 lines
157 B
YAML

language: php
php:
- "5.2"
- "hhvm"
branches:
only:
- devel
script:
- phpunit --configuration tests/phpunit.xml
notifications:
email: false