Skip to content

Commit 1463445

Browse files
Removed Chrome as a test browser in Travis CI
1 parent 4ae99cb commit 1463445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = function(config) {
2929
return ['PhantomJS', 'Firefox', 'Chrome', 'Safari', 'IE'];
3030
}
3131
else if (isLinux) {
32-
return ['PhantomJS', 'Firefox', 'Chrome'];
32+
return ['PhantomJS', 'Firefox'];
3333
}
3434
})(),
3535

0 commit comments

Comments
 (0)