diff options
| author | Vojta Jina | 2013-12-03 17:22:00 -0800 |
|---|---|---|
| committer | Vojta Jina | 2013-12-03 19:32:32 -0800 |
| commit | 9481d69d1cd4c5431a60bcb2c0cfa5e01dcbb34f (patch) | |
| tree | ae2c3c04b33a9c4efc3f6e24a7aed2cc4cf336ff /travis_build.sh | |
| parent | 7615723547d156be1c0419b7f5a4639f6c1fa137 (diff) | |
| download | angular.js-9481d69d1cd4c5431a60bcb2c0cfa5e01dcbb34f.tar.bz2 | |
chore(travis): add IE 11 (SL) to the build
Diffstat (limited to 'travis_build.sh')
| -rwxr-xr-x | travis_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis_build.sh b/travis_build.sh index 735bdd2c..04845058 100755 --- a/travis_build.sh +++ b/travis_build.sh @@ -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 \ + --browsers SL_Chrome,SL_Safari,SL_Firefox,SL_IE_8,SL_IE_9,SL_IE_10,SL_IE_11 \ --e2e-browsers SL_Chrome |
