Files
AtomicOld/mobiledetect/.travis.yml
2026-02-14 19:34:54 +03:00

17 lines
166 B
YAML

language: php
php:
- "5.2"
- "5.3"
- "5.4"
- "5.5"
branches:
only:
- devel
script:
- phpunit -v -c tests/phpunit.xml
notifications:
email: false