Version 5.1 - All the GraphQL #32
@ -1,16 +1,18 @@
|
|||||||
# Composer stores all downloaded packages in the vendor/ directory.
|
# Composer stores all downloaded packages in the vendor/ directory.
|
||||||
# Do not use the following if the vendor/ directory is commited to
|
# Do not use the following if the vendor/ directory is commited to
|
||||||
# your git repository.
|
# your git repository.
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- vendor/
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- redis:latest
|
- redis:latest
|
||||||
|
|
||||||
|
stages:
|
||||||
|
- test
|
||||||
|
|
||||||
|
test:
|
||||||
test:7:
|
test:7:
|
||||||
|
stage: test
|
||||||
before_script:
|
before_script:
|
||||||
- bash build/docker_install.sh > /dev/null
|
- sh build/docker_install.sh > /dev/null
|
||||||
- curl -sS https://getcomposer.org/installer | php
|
- curl -sS https://getcomposer.org/installer | php
|
||||||
- php composer.phar install --no-dev
|
- php composer.phar install --no-dev
|
||||||
image: php:7-alpine
|
image: php:7-alpine
|
||||||
@ -18,8 +20,9 @@ test:7:
|
|||||||
- phpunit -c build --coverage-text --colors=never
|
- phpunit -c build --coverage-text --colors=never
|
||||||
|
|
||||||
test:7.1:
|
test:7.1:
|
||||||
|
stage: test
|
||||||
before_script:
|
before_script:
|
||||||
- bash build/docker_install.sh > /dev/null
|
- sh build/docker_install.sh > /dev/null
|
||||||
- curl -sS https://getcomposer.org/installer | php
|
- curl -sS https://getcomposer.org/installer | php
|
||||||
- php composer.phar install --no-dev
|
- php composer.phar install --no-dev
|
||||||
image: php:7.1-alpine
|
image: php:7.1-alpine
|
||||||
@ -27,6 +30,7 @@ test:7.1:
|
|||||||
- phpunit -c build --coverage-text --colors=never
|
- phpunit -c build --coverage-text --colors=never
|
||||||
|
|
||||||
test:hhvm:
|
test:hhvm:
|
||||||
|
stage: test
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
before_script:
|
before_script:
|
||||||
- /usr/local/bin/composer self-update
|
- /usr/local/bin/composer self-update
|
||||||
|
Loading…
Reference in New Issue
Block a user