Commit e28fe3e4 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

CI: active les extensions ZIP et json.

Showing with 1 addition and 0 deletions
+1 -0
...@@ -14,6 +14,7 @@ stages: ...@@ -14,6 +14,7 @@ stages:
PHP_VERSION: "7.1" PHP_VERSION: "7.1"
before_script: before_script:
- apt-get update -yqq && apt-get install -yqq unzip git-core - apt-get update -yqq && apt-get install -yqq unzip git-core
- docker-php-ext-enable zip json
- php -v - php -v
- curl -sSfL https://raw.githubusercontent.com/composer/getcomposer.org/${COMPOSER_INSTALLER_COMMITID}/web/installer | php -- --install-dir=/usr/local/bin --filename=composer --quiet - curl -sSfL https://raw.githubusercontent.com/composer/getcomposer.org/${COMPOSER_INSTALLER_COMMITID}/web/installer | php -- --install-dir=/usr/local/bin --filename=composer --quiet
- composer -V - composer -V
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment