can I get just mysql to work?

This commit is contained in:
Joby Elliott 2018-08-21 20:03:11 -06:00
parent 7ee67bdd26
commit 573ce0f0d2

View file

@ -3,10 +3,10 @@ image: php:7.1-alpine
before_script:
- apk update
- apk add git
- docker-php-ext-install pdo pdo_mysql pdo_sqlite
- docker-php-ext-install pdo pdo_mysql
- curl -sS https://getcomposer.org/installer | php
- php composer.phar install
test:local:
test:
script:
- php composer.phar test