aboutsummaryrefslogtreecommitdiffstats
path: root/travis_build.sh
diff options
context:
space:
mode:
authorVojta Jina2013-08-20 14:43:15 -0700
committerVojta Jina2013-08-23 16:49:10 -0700
commit7909ebedc2a098f041dd2d3835e7297392bfdb7d (patch)
tree92d16a01e9df2d437bbfc79ccc38099936833fbe /travis_build.sh
parent1d06a943857719ef533ca374c05aa5e02089a4d9 (diff)
downloadangular.js-7909ebedc2a098f041dd2d3835e7297392bfdb7d.tar.bz2
chore: run more browsers on Travis (IE8,IE9,IE10,Safari,FF)
Also instead of running everything in parallel, there are only two parallel tasks: - e2e tests running in the background (only on Chrome) - all the unit tests running sequentially
Diffstat (limited to 'travis_build.sh')
-rwxr-xr-xtravis_build.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/travis_build.sh b/travis_build.sh
index e2f28e20..627ece06 100755
--- a/travis_build.sh
+++ b/travis_build.sh
@@ -7,4 +7,7 @@ export SAUCE_ACCESS_KEY=`echo $SAUCE_ACCESS_KEY | rev`
npm install -g grunt-cli
grunt ci-checks package
./lib/sauce/sauce_connect_block.sh
-grunt parallel:travis --reporters dots --browsers SL_Chrome
+
+grunt parallel:travis --reporters dots \
+ --browsers SL_Chrome,SL_Firefox,SL_Safari,SL_IE_8,SL_IE_9,SL_IE_10 \
+ --e2e-browsers SL_Chrome