mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-31 21:40:27 +00:00
chore(travis): disable IE11
For some reason it's broken on SL.
This commit is contained in:
parent
6127528b50
commit
d0192b31a3
1 changed files with 1 additions and 1 deletions
|
|
@ -5,5 +5,5 @@ set -e
|
|||
export SAUCE_ACCESS_KEY=`echo $SAUCE_ACCESS_KEY | rev`
|
||||
|
||||
grunt parallel:travis --reporters dots \
|
||||
--browsers SL_Chrome,SL_Safari,SL_Firefox,SL_IE_8,SL_IE_9,SL_IE_10,SL_IE_11 \
|
||||
--browsers SL_Chrome,SL_Safari,SL_Firefox,SL_IE_8,SL_IE_9,SL_IE_10 \
|
||||
--e2e-browsers SL_Chrome
|
||||
|
|
|
|||
Loading…
Reference in a new issue