Fix php 7.1 build

This commit is contained in:
Timothy Warren 2017-03-24 12:55:04 -04:00
parent 5a75eb26b2
commit 0270ba397c
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@ test:7:
image: php:7-alpine
script:
- phpdbg -qrr -- vendor/bin/phpunit --coverage-text --colors=never
test:7.1:
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