diff --git a/Jenkinsfile b/Jenkinsfile index 0a6b031..521c0a1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { sh 'curl -sS https://getcomposer.org/installer | php' sh 'rm -rf ./vendor' sh 'rm -f composer.lock' - sh 'phive install' + sh 'phive --no-progress install --trust-gpg-keys 4AA394086372C20A,2A8299CE842DD38C' sh 'php composer.phar install --ignore-platform-reqs' } }