Attempt to fix Jenkins build, take 2
This commit is contained in:
parent
a03b9be329
commit
eb12f57e7d
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -14,7 +14,7 @@ pipeline {
|
|||||||
sh 'rm -f composer.lock'
|
sh 'rm -f composer.lock'
|
||||||
sh 'php composer.phar install'
|
sh 'php composer.phar install'
|
||||||
sh 'php vendor/bin/robo lint'
|
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') {
|
stage('PHP 7.4') {
|
||||||
|
Loading…
Reference in New Issue
Block a user