]> git.immae.eu Git - github/wallabag/wallabag.git/blame - .travis.yml
Enable hhvm & nightly for curiosity
[github/wallabag/wallabag.git] / .travis.yml
CommitLineData
03493be0 1language: php
aa6e27cf 2
2d733277
J
3# use docker-container infra
4sudo: false
5
367664ee 6php:
aa6e27cf 7 - 5.4
367664ee 8 - 5.5
aa6e27cf 9 - 5.6
61413889
J
10 - hhvm
11 - nightly
12
13matrix:
14 allow_failures:
15 - php: hhvm
16 - php: nightly
aa6e27cf 17
3d99ce9d
NL
18branches:
19 only:
c2e2906c 20 - v2
aa6e27cf
J
21
22before_script:
23 - composer self-update
aa6e27cf
J
24
25script:
8378485e
J
26 - ant prepare
27 - phpunit --coverage-text