Skip to content

Commit

Permalink
chore(travis): don't overwrite SauceLab config from Karma
Browse files Browse the repository at this point in the history
The Karma config detects Travis and sets `startConnect` to `false`, but
this overwrite in Grunt was putting it back to the default of `true`.
This is probably why Travis is failing with connection issues, as it
tries to create a connection when it’s already open.
  • Loading branch information
seriema committed Aug 7, 2015
1 parent 3483cd6 commit 935a390
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,6 @@ module.exports = function (grunt) {
// Default
},
sauce: {
sauceLabs: {
testName: 'Angular ApiMock with multiple browsers',
},
browsers: ['SL_Chrome', 'SL_Firefox', 'SL_Safari', 'SL_iOS', /*'SL_IE_8', */'SL_IE_9', 'SL_IE_10', 'SL_IE_11'],
reporters: [ 'progress', 'saucelabs' ],
files: [{
Expand Down

0 comments on commit 935a390

Please sign in to comment.