Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Changed image in gitlab-ci to juban/yii2-php-56
Browse files Browse the repository at this point in the history
  • Loading branch information
Alban Jubert committed Dec 2, 2016
1 parent a8f3c63 commit 538ffeb
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: tetraweb/php:5.6
image: juban/yii2-php-56:1.0.0

cache:
key: "$CI_BUILD_NAME_$CI_BUILD_REF_NAME"
Expand All @@ -11,16 +11,6 @@ stages:
- test
- deploy

before_script:
# enable needed php extensions
- docker-php-ext-enable mbstring zip xdebug
# composer update
- composer self-update && composer --version
- composer global require --no-interaction hirak/prestissimo
- composer global require --no-interaction "fxp/composer-asset-plugin:~1.2.0"
- composer global require --no-interaction phpunit/php-code-coverage
- export PATH="$HOME/.composer/vendor/bin:$PATH"

build:
stage: build
script:
Expand Down

0 comments on commit 538ffeb

Please sign in to comment.