This commit is contained in:
Alan
2026-02-14 19:34:54 +03:00
commit 5c3329238b
867 changed files with 214778 additions and 0 deletions

16
mobiledetect/.travis.yml Normal file
View File

@@ -0,0 +1,16 @@
language: php
php:
- "5.2"
- "5.3"
- "5.4"
- "5.5"
branches:
only:
- devel
script:
- phpunit -v -c tests/phpunit.xml
notifications:
email: false