]> git.mxchange.org Git - friendica.git/blob - library/Mobile_Detect/.travis.yml
Merge pull request #1 from friendica/develop
[friendica.git] / library / Mobile_Detect / .travis.yml
1 language: php
2 php:
3   - "5.2"
4   - "5.3"
5   - "5.4"
6   - "5.5"
7   - "5.6"
8
9 branches:
10   only:
11     - devel
12
13 script:
14   - phpunit -v -c tests/phpunit.xml
15
16 notifications:
17   email: false