Skip to content

Commit

Permalink
Temporary downgrade of composer composer/composer#9191
Browse files Browse the repository at this point in the history
  • Loading branch information
tvbeek committed Sep 8, 2020
1 parent ac62735 commit 46bf5e6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ stages:
- apt-get install git zip zlib1g-dev -yqq
# Install composer
- curl -sS https://getcomposer.org/installer | php
# temporary because of https://github.com/composer/composer/issues/9191
- php composer.phar self-update 1.10.10
# Install pcov
- pecl install pcov
# Enable pcov
Expand All @@ -46,9 +48,9 @@ validate:
<<: *before_nocov
stage: check
script:
- php composer.phar validate
- php composer.phar install
- vendor/bin/phpcs
- php composer.phar validate
- php composer.phar install
- vendor/bin/phpcs

phpmd:
image: phpqa/phpmd
Expand Down

0 comments on commit 46bf5e6

Please sign in to comment.