]> git.immae.eu Git - github/wallabag/wallabag.git/blame - .travis.yml
Tests are working again
[github/wallabag/wallabag.git] / .travis.yml
CommitLineData
03493be0 1language: php
aa6e27cf 2
367664ee 3php:
aa6e27cf 4 - 5.4
367664ee 5 - 5.5
aa6e27cf
J
6 - 5.6
7
3d99ce9d
NL
8branches:
9 only:
aa6e27cf
J
10 - refactor
11
12before_script:
13 - composer self-update
14 - echo 'date.timezone = "Europe/Paris"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
15
16script:
17 - ant -f app/build.xml prepare
18 - phpunit -c app --coverage-text