I don't even know anymore

This commit is contained in:
Timothy Warren 2017-03-01 10:57:26 -05:00
parent 098b04ce57
commit 98ff5f3818
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ test:7:
test:7.1:
before_script:
- sh build/docker_install.sh > /dev/null
- apk add --no-cache php7.1-phpdbg
- apk add --no-cache php7.1-apcu php7.1-memcached php7.1-phpdbg
- echo '\nextension=apcu.so\nextension=memcached.so' >> /etc/php7.1/php.ini
- curl -sS https://getcomposer.org/installer | php
- php composer.phar install --ignore-platform-reqs
image: php:7.1-alpine