Skip to content

Commit

Permalink
Only Safari.
Browse files Browse the repository at this point in the history
  • Loading branch information
dompuiu committed Oct 30, 2018
1 parent b82a242 commit aadd0e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ addons:
repo_token: f2b3d8098cb4578112ed889d0f0f1d548b0d7832ac2aeedd91a5656873cca5ff
sauce_connect:
username: "dompuiu"
no_ssl_bump_domains: "all"
after_script:
- "npm install -g coveralls"
- "cat coverage/lcov.dat | coveralls"
Expand Down
13 changes: 2 additions & 11 deletions karma.conf.js
Expand Up @@ -8,12 +8,7 @@ if (process.env.TRAVIS) {
var buildId =
'TRAVIS #' + process.env.TRAVIS_BUILD_NUMBER + ' (' + process.env.TRAVIS_BUILD_ID + ')';
defaultBrowsers = [
'SL_IE10',
'SL_IE11',
'SL_EDGE',
'SL_CHROME',
'SL_FIREFOX',
'SL_ANDROID'
'SL_SAFARI'
];
reporters.push('saucelabs');
} else {
Expand Down Expand Up @@ -176,11 +171,7 @@ module.exports = function(config) {
startConnect: startConnect,
retryLimit: 3,
recordVideo: false,
recordScreenshots: false,
// https://support.saucelabs.com/hc/en-us/articles/115010079868-Issues-with-Safari-and-Karma-Test-Runner
connectOptions: {
noSslBumpDomains: 'all'
}
recordScreenshots: false
},

// Continuous Integration mode
Expand Down

0 comments on commit aadd0e1

Please sign in to comment.