Try ci build again

This commit is contained in:
Timothy Warren 2017-03-01 08:43:51 -05:00
parent 27d4954ab9
commit d3080f33e4
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ services:
test:7:
before_script:
- bash build/docker_install.sh > /dev/null
- bash ./build/docker_install.sh > /dev/null
- curl -sS https://getcomposer.org/installer | php
- php composer.phar install --no-dev
image: php:7
@ -20,7 +20,7 @@ test:7:
test:7.1:
before_script:
- bash build/docker_install.sh > /dev/null
- bash ./build/docker_install.sh > /dev/null
- curl -sS https://getcomposer.org/installer | php
- php composer.phar install --no-dev
image: php:7.1