Skip to content

Commit 79c31bd

Browse files
committed
Drop ie9 from karma targets
1 parent 7126976 commit 79c31bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ module.exports = function(grunt) {
7575
},
7676
sauce: {
7777
singleRun: true,
78-
browsers: ['sl_chrome', 'sl_firefox', 'sl_safari', 'sl_ie_11', 'sl_ie_9']
78+
browsers: ['sl_chrome', 'sl_firefox', 'sl_safari', 'sl_ie_11']
7979
}
8080
},
8181

0 commit comments

Comments
 (0)