Init
This commit is contained in:
16
mobiledetect/.travis.yml
Normal file
16
mobiledetect/.travis.yml
Normal 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
|
||||
Reference in New Issue
Block a user