Maybe this will work better?
This commit is contained in:
parent
9e49566641
commit
455adf4b11
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user