Skip to content

Commit f87f99d

Browse files
Merge pull request #28 from angular/master
chore(ci): disable unit testing on Firefox
2 parents 80a0868 + 2acea11 commit f87f99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jenkins/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set -xe
1212
# This is the default set of browsers to use on the CI server unless overridden via env variable
1313
if [[ -z "$BROWSERS" ]]
1414
then
15-
BROWSERS="Chrome,Firefox"
15+
BROWSERS="Chrome"
1616
fi
1717

1818
# CLEAN #

0 commit comments

Comments
 (0)