Fix php 7.1 build?

This commit is contained in:
Timothy Warren 2017-03-22 11:43:20 -04:00
parent 535de1cf50
commit 857d484b61
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ test:7.1:
stage: test
before_script:
- sh build/docker_install.sh > /dev/null
- apk add --no-cache php7.1-phpdbg
- apk add --no-cache php7-phpdbg
- curl -sS https://getcomposer.org/installer | php
- php composer.phar install --ignore-platform-reqs
image: php:7.1-alpine