We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b99d4cc commit d91dea1Copy full SHA for d91dea1
templates/plugin-gitlab.mustache
@@ -5,13 +5,13 @@ variables:
5
6
before_script:
7
# Install dependencies
8
-
+
9
# update the docker
10
- apt-get clean
11
- apt-get -yqq update
12
13
# instll the required packages for the running CI tests
14
- - apt-get -yqqf install zip unzip subversion mysql-client libmysqlclient-dev --fix-missing
+ - apt-get -yqqf install zip unzip subversion default-mysql-client default-libmysqlclient-dev --fix-missing
15
16
# PHP extensions
17
- docker-php-ext-enable mbstring mcrypt mysqli pdo_mysql intl gd zip bz2
@@ -39,7 +39,7 @@ PHPunit:PHP5.6:MySQL:
39
script:
40
- phpcs
41
- phpunit
42
43
PHPunit:PHP7.0:MySQL:
44
image: tetraweb/php:7.0
45
services:
0 commit comments