Skip to content

Commit

Permalink
set default env tag
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Aug 11, 2014
1 parent abb6c5e commit 8151278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conf/travis-ci.js
Expand Up @@ -12,7 +12,7 @@ module.exports = {
version: process.env._VERSION,
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'idle-timeout': 900,
tags: ['webdriverio', process.env._ENV, process.env._BROWSER, process.env._PLATFORM, process.env._VERSION],
tags: ['webdriverio', process.env._ENV || 'desktop', process.env._BROWSER, process.env._PLATFORM, process.env._VERSION],
name: 'webdriverio test',
build: process.env.TRAVIS_BUILD_NUMBER,
username: process.env.SAUCE_USERNAME,
Expand Down

0 comments on commit 8151278

Please sign in to comment.