chore: use travis sauce_connect addon for saucelabs

This commit is contained in:
Keith Cirkel 2016-02-08 22:23:20 +00:00
parent c71d5908bd
commit b287f45356
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
sudo: false
language: node_js
addons:
sauce_connect: true
node_js:
- 0.1

View file

@ -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