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 c351769 commit bb2327cCopy full SHA for bb2327c
.travis.yml
@@ -15,7 +15,7 @@ install:
15
16
script:
17
- npm run lint
18
- - npm test
+ - npm test -- --browsers ChromeHeadless
19
- npm run build
20
21
after_script:
karma.conf.js
@@ -34,7 +34,10 @@ module.exports = function(config) {
34
35
autoWatch: true,
36
37
- browsers: ['FirefoxHeadless', 'ChromeHeadless'],
+ browsers: [
38
+ 'FirefoxHeadless',
39
+ 'ChromeHeadless'
40
+ ],
41
42
singleRun: false,
43
0 commit comments