Skip to content

Commit

Permalink
tsayen#65 try to use chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
tsayen committed Nov 7, 2016
1 parent d1c4f31 commit cfbf3bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
addons:
firefox: "49.0"
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
language: node_js
node_js:
- 6.2.2
before_script:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
9 changes: 1 addition & 8 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,7 @@ module.exports = function (config) {
captureConsole: true
},
autoWatch: true,
browsers: ['chrome', 'Firefox'],
customLaunchers: {
chrome: {
base: 'Chrome',
flags: ['--no-sandbox']
}
},

browsers: ['Chrome', 'Firefox'],
singleRun: false,
browserNoActivityTimeout: 60000
});
Expand Down

0 comments on commit cfbf3bd

Please sign in to comment.