]> git.immae.eu Git - github/wallabag/wallabag.git/blame - .travis.yml
Use doctrine cache for tests
[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:
c2e2906c 10 - v2
aa6e27cf
J
11
12before_script:
13 - composer self-update
14 - echo 'date.timezone = "Europe/Paris"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
15
16script:
8378485e
J
17 - ant prepare
18 - phpunit --coverage-text