Skip to content

Commit e931d74

Browse files
committed
remove Chrome from Travis testing process
1 parent c295d65 commit e931d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/config/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = function (config) {
3737
keepalive: ENV === 'development',
3838

3939
browsers: process.env.TRAVIS ?
40-
['Firefox', chrome] :
40+
['Firefox'] :
4141
[chrome],
4242

4343
captureTimeout: 60000,

0 commit comments

Comments
 (0)