We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a6b01 commit 23aa427Copy full SHA for 23aa427
build/saucelabs.config.js
@@ -1,7 +1,7 @@
1
var sauceConfig = {
2
testName: 'Vue.js unit tests',
3
recordScreenshots: false,
4
- build: process.env.TRAVIS_JOB_ID || Date.now()
+ build: process.env.CIRCLE_BUILD_NUM || Date.now()
5
}
6
7
/**
0 commit comments