aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulie2014-02-07 17:49:47 -0800
committerIgor Minar2014-02-07 20:23:26 -0800
commit600e6218fedd03bffabf78a9f7d0d9b68515b9a3 (patch)
tree5c1e7312d453a34f8b06bec89150cf7eda3bbbc3
parent5218c7bbdcc758b8a7b8bd83bb1e189c71784461 (diff)
downloadangular.js-600e6218fedd03bffabf78a9f7d0d9b68515b9a3.tar.bz2
chore(testing): switch Jenkins to test e2e only on chrome
End to end tests will continue to be run on Safari and Firefox on Travis. Closes #6187
-rwxr-xr-xjenkins_build.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/jenkins_build.sh b/jenkins_build.sh
index a6f7849c..2dc69cbc 100755
--- a/jenkins_build.sh
+++ b/jenkins_build.sh
@@ -32,8 +32,6 @@ grunt test:unit --browsers $BROWSERS --reporters=dots,junit --no-colors --no-col
# END TO END TESTS #
grunt test:ci-protractor
-grunt test:ci-protractor --browser safari
-grunt test:ci-protractor --browser firefox
# Promises/A+ TESTS #
grunt test:promises-aplus --no-color