Skip to content

Commit

Permalink
try another config for karma-sauce-launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Sassoun Derderian committed Mar 13, 2017
1 parent 58e85e7 commit c7e16e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ notifications:
on_failure: always
on_success: change
node_js:
- '4'
- '6'
script: npm run ci-test
addons:
Expand Down
8 changes: 6 additions & 2 deletions karma-ci.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,12 @@ module.exports = function (config) {
reporters: ['spec', 'coverage', 'saucelabs'],
sauceLabs: {
testName: 'Karma and Sauce Labs demo',
startConnect: false,
tunnelIdentifier: process.env.TRAVIS_JOB_NUMBER
recordScreenshots: false,
connectOptions: {
port: 5757,
logfile: 'sauce_connect.log'
},
public: 'public'
},
captureTimeout: 120000,
customLaunchers: customLaunchers,
Expand Down

0 comments on commit c7e16e9

Please sign in to comment.