Skip to content

Commit 7682e57

Browse files
committed
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.
1 parent eaa1d00 commit 7682e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins_build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set -xe
1010
# This is the default set of browsers to use on the CI server unless overridden via env variable
1111
if [[ -z "$BROWSERS" ]]
1212
then
13-
BROWSERS="Chrome,Firefox,Opera,/Users/jenkins/bin/safari.sh,/Users/jenkins/bin/ie9.sh"
13+
BROWSERS="Chrome,Firefox,Opera,/Users/jenkins/bin/safari.sh"
1414
fi
1515

1616
# CLEAN #

0 commit comments

Comments
 (0)