aboutsummaryrefslogtreecommitdiffstats
path: root/jenkins_build.sh
diff options
context:
space:
mode:
authorJulie2014-01-28 13:56:33 -0800
committerIgor Minar2014-02-05 15:39:46 -0800
commite7face4728d3aed6dc089966d489d0c93b65913d (patch)
tree87c321d2f057513db50039b5f6d34d961fa99457 /jenkins_build.sh
parenta29bff1c98161495fb304d0195c4d2916b357686 (diff)
downloadangular.js-e7face4728d3aed6dc089966d489d0c93b65913d.tar.bz2
chore(end2end): remove old references to the scenario runner and update to point to protractor
Diffstat (limited to 'jenkins_build.sh')
-rwxr-xr-xjenkins_build.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/jenkins_build.sh b/jenkins_build.sh
index 60a702b4..17610a92 100755
--- a/jenkins_build.sh
+++ b/jenkins_build.sh
@@ -35,7 +35,6 @@ grunt test:docgen --no-color
grunt test:unit --browsers $BROWSERS --reporters=dots,junit --no-colors --no-color
# END TO END TESTS #
-grunt test:e2e --browsers $BROWSERS_E2E --reporters=dots,junit --no-colors --no-color
grunt test:protractor
# Promises/A+ TESTS #