Try ci build again
This commit is contained in:
parent
27d4954ab9
commit
d3080f33e4
@ -11,7 +11,7 @@ services:
|
|||||||
|
|
||||||
test:7:
|
test:7:
|
||||||
before_script:
|
before_script:
|
||||||
- bash build/docker_install.sh > /dev/null
|
- bash ./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
|
image: php:7
|
||||||
@ -20,7 +20,7 @@ test:7:
|
|||||||
|
|
||||||
test:7.1:
|
test:7.1:
|
||||||
before_script:
|
before_script:
|
||||||
- bash build/docker_install.sh > /dev/null
|
- bash ./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
|
image: php:7.1
|
||||||
|
Loading…
Reference in New Issue
Block a user