]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - .travis.yml
Remove overzealous check
[Github/YOURLS.git] / .travis.yml
1 sudo: false
2
3 language: php
4 php:
5   - 5.3
6   - 5.4
7   - 5.5
8   - 5.6
9   - 7.0
10
11 env:
12   - DB=mysql
13
14 before_script:
15   - git clone git://github.com/YOURLS/YOURLS-unit-tests.git tests
16   - git clone git://github.com/ozh/YOURLS-fr_FR.git user/languages/fr
17   - cp user/languages/fr/fr_FR.* user/languages
18   - mysql -e 'create database IF NOT EXISTS yourls_tests;'
19   - cp tests/yourls-tests-config-travis.php user/config.php
20
21 script: phpunit --configuration ./tests/phpunit-travis.xml.dist
22
23 after_script: rm user/config.php
24
25 notifications:
26   email: false
27   irc:
28     channels:
29       - "irc.freenode.org#YOURLS"
30     use_notice: true