can I get just mysql to work?
This commit is contained in:
parent
7ee67bdd26
commit
573ce0f0d2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue