This commit is contained in:
Emanuele Zattin 2017-10-11 20:55:56 +02:00
parent 3e06136971
commit c52d95a37b
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -203,7 +203,7 @@ def doDockerBuild(target, postStep = null) {
}
def doMacBuild(target, coverage = false, postStep = null) {
def prefix = coverage?'npm install nyc && node_modules/.bin/nyc --show-process-tree ':''
def prefix = coverage?'echo $0 && env && npm install nyc && node_modules/.bin/nyc --show-process-tree ':''
return {
node('osx_vegas') {
deleteDir()