Stop trying to run bash, which isn't in the alpine docker images

This commit is contained in:
Timothy Warren 2017-02-28 09:30:04 -05:00
parent 46c9569132
commit fb8baf247a
1 changed files with 2 additions and 5 deletions

View File

@ -5,12 +5,9 @@ cache:
paths:
- vendor/
services:
- redis:latest
test:7:
before_script:
- bash build/docker_install.sh > /dev/null
- sh build/docker_install.sh > /dev/null
- curl -sS https://getcomposer.org/installer | php
- php composer.phar update
- php composer.phar install
@ -20,7 +17,7 @@ test:7:
test:7.1:
before_script:
- bash build/docker_install.sh > /dev/null
- sh build/docker_install.sh > /dev/null
- curl -sS https://getcomposer.org/installer | php
- php composer.phar update
- php composer.phar install