Skip to content

Commit 9481d69

Browse files
committed
chore(travis): add IE 11 (SL) to the build
1 parent 7615723 commit 9481d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ set -e
55
export SAUCE_ACCESS_KEY=`echo $SAUCE_ACCESS_KEY | rev`
66

77
grunt parallel:travis --reporters dots \
8-
--browsers SL_Chrome,SL_Safari,SL_Firefox,SL_IE_8,SL_IE_9,SL_IE_10 \
8+
--browsers SL_Chrome,SL_Safari,SL_Firefox,SL_IE_8,SL_IE_9,SL_IE_10,SL_IE_11 \
99
--e2e-browsers SL_Chrome

0 commit comments

Comments
 (0)