From 7909ebedc2a098f041dd2d3835e7297392bfdb7d Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Tue, 20 Aug 2013 14:43:15 -0700 Subject: 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 --- travis_build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'travis_build.sh') 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 -- cgit v1.2.3