03493be0
aa6e27cf
2d733277
367664ee
61413889
3d99ce9d
c2e2906c
8378485e
1
2
3 4 5
6
7
8
9
10 11 12 13 14 15 16
17
18 19
20
21 22 23
24 25
26 27
language: php # use docker-container infra sudo: false php: - 5.4 - 5.5 - 5.6 - hhvm - nightly matrix: allow_failures: - php: hhvm - php: nightly branches: only: - v2 before_script: - composer self-update script: - ant prepare - phpunit --coverage-text