Skip to content

Commit

Permalink
Drop ie9 from karma targets
Browse files Browse the repository at this point in the history
  • Loading branch information
kpdecker committed Jan 6, 2019
1 parent 7126976 commit 79c31bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module.exports = function(grunt) {
},
sauce: {
singleRun: true,
browsers: ['sl_chrome', 'sl_firefox', 'sl_safari', 'sl_ie_11', 'sl_ie_9']
browsers: ['sl_chrome', 'sl_firefox', 'sl_safari', 'sl_ie_11']
}
},

Expand Down

0 comments on commit 79c31bd

Please sign in to comment.