Fix Travis Sauce Tunnel Issues

Travis is failing because Sauce can't find the appropriate tunnelid.
This should fix that but setting the tunnel id to be the Travis
job number.
This commit is contained in:
Solly Ross 2014-09-19 12:49:32 -04:00
parent e4e9a9b97f
commit f0e4548b16
1 changed files with 2 additions and 0 deletions

View File

@ -182,9 +182,11 @@ module.exports = function(config) {
};
if (useSauce) {
my_conf.captureTimeout = 0; // use SL timeout
my_conf.sauceLabs = {
testName: 'noVNC Tests (all)',
startConnect: true,
tunnelIdentifier: process.env.TRAVIS_JOB_NUMBER
};
}