aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2014-03-06 02:15:24 -0800
committerIgor Minar2014-03-11 10:43:36 -0700
commitf2a6be3129fd6de02062c3798ef25d0eeecbd0de (patch)
treeac01cc35ab4789cef554883706ca8efd3024bc73
parent465663ed77f9fc0bed2b69b95d545c7f99c40cbd (diff)
downloadangular.js-f2a6be3129fd6de02062c3798ef25d0eeecbd0de.tar.bz2
chore(build): don't instruct Jenkins test on IE
for an unknown reason the VMs can't connect to local karma, so all builds on Jenkins (ci.angularjs.org) are failing right now. Since we want to kill Jenkins anyway, and travis tests on IE, this should not have any significant impact on us. Conflicts: jenkins_build.sh
-rwxr-xr-xjenkins_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins_build.sh b/jenkins_build.sh
index 806eb0f2..b6800082 100755
--- a/jenkins_build.sh
+++ b/jenkins_build.sh
@@ -10,7 +10,7 @@ set -xe
# Define reasonable set of browsers in case we are running manually from commandline
if [[ -z "$BROWSERS" ]]
then
- BROWSERS="Chrome,Firefox,Opera,/Users/jenkins/bin/safari.sh,/Users/jenkins/bin/ie8.sh,/Users/jenkins/bin/ie9.sh"
+ BROWSERS="Chrome,Firefox,Opera,/Users/jenkins/bin/safari.sh"
fi
# CLEAN #