diff options
| author | Igor Minar | 2014-03-06 02:15:24 -0800 |
|---|---|---|
| committer | Igor Minar | 2014-03-06 02:15:24 -0800 |
| commit | 7682e5747a889d7818f5ce9ebb2bdb8bf3897c34 (patch) | |
| tree | a5b795042891cc68ad04c74aecbb53789c75b0d0 /jenkins_build.sh | |
| parent | eaa1d00b24008f590b95ad099241b4003688cdda (diff) | |
| download | angular.js-7682e5747a889d7818f5ce9ebb2bdb8bf3897c34.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.
Diffstat (limited to 'jenkins_build.sh')
| -rwxr-xr-x | jenkins_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins_build.sh b/jenkins_build.sh index de510672..ea94a9d1 100755 --- a/jenkins_build.sh +++ b/jenkins_build.sh @@ -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 # |
