Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
1 changed files with 31 additions and 31 deletions
Showing only changes of commit 874a1cdfee - Show all commits

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: