We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27dae9c commit 30a42cfCopy full SHA for 30a42cf
.travis.yml
@@ -3,8 +3,9 @@ node_js: 10
3
sudo: required
4
services:
5
- xvfb
6
-before_install:
7
-- export CHROME_BIN=chromium-browser
+addons:
+ firefox: "57.0"
8
+ chrome: "stable"
9
script:
10
- npm run build
11
- npm test
karma.conf.js
@@ -52,7 +52,7 @@ module.exports = function(config) {
52
// there's a handy list of chrome flags at
53
customLaunchers: {
54
ChromeWithPrerecordedMic: {
55
- base: 'ChromeHeadless',
+ base: 'Chrome',
56
// --no-sandbox is required for travis-ci
57
flags: [
58
'--use-fake-device-for-media-stream',
0 commit comments