diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3fb56d28481d7c453bc1a29b14bae51408d1c8a..bb4a0a482f861edb8892cc8c5bc6b0b798a19a9d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,11 +18,9 @@ phpunit: # basically we are ignoring the composer.lock in tests - composer update --no-interaction --ansi script: - - | - php -dzend_extension=xdebug.so -dxdebug.mode=coverage + - php -dzend_extension=xdebug.so -dxdebug.mode=coverage bin/phpunit -c phpunit.xml --color=always - --coverage-text - --coverage-clover=build/logs/clover.xml + --coverage-text --coverage-clover=build/logs/clover.xml packagist: stage: publish @@ -31,7 +29,6 @@ packagist: before_script: - apk add --no-cache curl script: - - | - curl -XPOST -H'content-type:application/json' + - curl -XPOST -H'content-type:application/json' 'https://packagist.org/api/update-package?username=tflori&apiToken='${PACKAGIST_API_TOKEN} -d'{"repository":{"url":"riki/quickstart"}}