Skip to content

Commit

Permalink
chore(build): don't instruct Jenkins test on IE
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
IgorMinar committed Mar 6, 2014
1 parent eaa1d00 commit 7682e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set -xe
# This is the default set of browsers to use on the CI server unless overridden via env variable
if [[ -z "$BROWSERS" ]]
then
BROWSERS="Chrome,Firefox,Opera,/Users/jenkins/bin/safari.sh,/Users/jenkins/bin/ie9.sh"
BROWSERS="Chrome,Firefox,Opera,/Users/jenkins/bin/safari.sh"
fi

# CLEAN #
Expand Down

0 comments on commit 7682e57

Please sign in to comment.