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