Skip to content

Commit

Permalink
remove Chrome for now
Browse files Browse the repository at this point in the history
  • Loading branch information
notoriousb1t committed Jun 25, 2017
1 parent f49984d commit 17e4dbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,6 @@ node_js:
- '6'
addons:
firefox: latest
chrome: stable

before_install:
- export DISPLAY=:99.0
Expand Down
13 changes: 6 additions & 7 deletions karma.conf.js
Expand Up @@ -8,12 +8,12 @@ module.exports = function (config) {
// base path that will be used to resolve all patterns (eg. files, exclude)
basePath: '',

customLaunchers: {
Chrome_travis_ci: {
base: 'Chrome',
flags: ['--no-sandbox']
}
},
// customLaunchers: {
// Chrome_travis_ci: {
// base: 'Chrome',
// flags: ['--no-sandbox']
// }
// },

// frameworks to use
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
Expand Down Expand Up @@ -95,7 +95,6 @@ module.exports = function (config) {
}
}
configuration.browsers.push(
'Chrome',
'Firefox'
)

Expand Down

0 comments on commit 17e4dbc

Please sign in to comment.