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.
2 parents ebb2609 + d1ee4af commit f7182c5Copy full SHA for f7182c5
lib/config.js
@@ -61,7 +61,7 @@ if (!fs.existsSync(config.test_path)){
61
process.exit(1);
62
}
63
64
-config.tunnelIdentifier = process.env.TUNNEL_ID || process.env.TRAVIS_BUILD_ID;
+config.tunnelIdentifier = process.env.TUNNEL_ID || process.env.TRAVIS_JOB_ID || process.env.TRAVIS_BUILD_ID;
65
66
for (key in config) {
67
if (config.hasOwnProperty(key)) {
0 commit comments