Attempt to fix Jenkins build, take 2
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit Details

This commit is contained in:
Timothy Warren 2020-03-11 15:29:34 -04:00
parent 7cc3c5bd88
commit 19320cf299
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ pipeline {
sh 'rm -f composer.lock'
sh 'php composer.phar install'
sh 'php vendor/bin/robo lint'
sh 'phpdbg -qrr -- ./vendor/bin/phpunit --coverage-text --colors=never'
sh 'php ./vendor/bin/phpunit --colors=never'
}
}
stage('PHP 7.4') {