mirror of
https://github.com/chaijs/chai
synced 2024-11-14 15:57:10 +00:00
chore: use travis sauce_connect addon for saucelabs
This commit is contained in:
parent
c71d5908bd
commit
b287f45356
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
sudo: false
|
||||
language: node_js
|
||||
addons:
|
||||
sauce_connect: true
|
||||
node_js:
|
||||
- 0.1
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ module.exports = function(config) {
|
|||
config.sauceLabs = {
|
||||
username: auth.SAUCE_USERNAME
|
||||
, accessKey: auth.SAUCE_ACCESS_KEY
|
||||
, startConnect: true
|
||||
, startConnect: ('TRAVIS' in process.env) === false
|
||||
, tags: tags
|
||||
, testName: 'ChaiJS'
|
||||
, tunnelIdentifier: tunnel
|
||||
|
|
Loading…
Reference in a new issue