aboutsummaryrefslogtreecommitdiffstats
path: root/travis_build.sh
diff options
context:
space:
mode:
authorVojta Jina2013-10-08 10:03:22 -0700
committerVojta Jina2013-10-08 10:14:03 -0700
commit80d2c85e3c04964631e822b57ff1fd1996240074 (patch)
tree947ca2a6bdac98b181395abdf6382cfdead21fc2 /travis_build.sh
parent9fd92cc3c93a6378e8887fd46fd4ad182a375544 (diff)
downloadangular.js-80d2c85e3c04964631e822b57ff1fd1996240074.tar.bz2
chore(travis): enable Firefox again
This updates karma-sauce-launcher plugin, which fixes the issue we were having (it uses the latest version of wd). This reverts 1c18c93be138c59b5c1b73cae99cc52383272146
Diffstat (limited to 'travis_build.sh')
-rwxr-xr-xtravis_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis_build.sh b/travis_build.sh
index 05cbc8c9..735bdd2c 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_IE_8,SL_IE_9,SL_IE_10 \
+ --browsers SL_Chrome,SL_Safari,SL_Firefox,SL_IE_8,SL_IE_9,SL_IE_10 \
--e2e-browsers SL_Chrome