Skip to content

Commit bb2327c

Browse files
committed
test: disable running firefox on Travis-CI for now
1 parent c351769 commit bb2327c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ install:
1515

1616
script:
1717
- npm run lint
18-
- npm test
18+
- npm test -- --browsers ChromeHeadless
1919
- npm run build
2020

2121
after_script:

karma.conf.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ module.exports = function(config) {
3434

3535
autoWatch: true,
3636

37-
browsers: ['FirefoxHeadless', 'ChromeHeadless'],
37+
browsers: [
38+
'FirefoxHeadless',
39+
'ChromeHeadless'
40+
],
3841

3942
singleRun: false,
4043

0 commit comments

Comments
 (0)