Maybe this will work better?

This commit is contained in:
Timothy Warren 2017-02-15 09:30:27 -05:00
parent 9e49566641
commit 455adf4b11
1 changed files with 31 additions and 31 deletions

View File

@ -8,8 +8,8 @@ services:
stages:
- test
test:
test:7:
test:7:
stage: test
before_script:
- sh build/docker_install.sh > /dev/null
@ -19,7 +19,7 @@ test:
script:
- phpunit -c build --coverage-text --colors=never
test:7.1:
test:7.1:
stage: test
before_script:
- sh build/docker_install.sh > /dev/null
@ -29,7 +29,7 @@ test:
script:
- phpunit -c build --coverage-text --colors=never
test:hhvm:
test:hhvm:
stage: test
allow_failure: true
before_script: