]> git.immae.eu Git - github/wallabag/wallabag.git/blame - .travis.yml
Switch to Docker-based infrastructure
[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
J
9 - 5.6
10
3d99ce9d
NL
11branches:
12 only:
c2e2906c 13 - v2
aa6e27cf
J
14
15before_script:
16 - composer self-update
aa6e27cf
J
17
18script:
8378485e
J
19 - ant prepare
20 - phpunit --coverage-text