mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
name local saucelabs tests too
This commit is contained in:
@@ -31,7 +31,7 @@ exports.saucelabs = {
|
||||
}
|
||||
},
|
||||
desiredCapabilities: {
|
||||
"build": process.env.TRAVIS_BUILD_NUMBER,
|
||||
"build": process.env.TRAVIS_BUILD_NUMBER || 'dev' + Date.now(),
|
||||
"tunnel-identifier": process.env.TRAVIS_JOB_NUMBER || 'my awesome tunnel',
|
||||
"browserName": "chrome"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user