Attempt to fix builds

This commit is contained in:
Timothy Warren 2017-10-19 18:31:28 -04:00
parent c76f23bffd
commit b1cae947a7
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ test:7:
- apk add --no-cache php7-phpdbg
- curl -sS https://getcomposer.org/installer | php
- php composer.phar install --ignore-platform-reqs
image: php:7-alpine
image: php:7.0-cli-alpine
script:
- phpdbg -qrr -- ./vendor/bin/phpunit --coverage-text --colors=never
@ -16,6 +16,6 @@ test:7.1:
- 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
image: php:7.1-cli-alpine
script:
- phpdbg -qrr -- ./vendor/bin/phpunit --coverage-text --colors=never