chore(ci): disable unit testing on Firefox

Related to https://github.com/angular/angular.js/issues/15987

Closes #15988
This commit is contained in:
Martin Staffa
2017-05-15 13:29:13 +02:00
committed by GitHub
parent 9bcdfcfe17
commit 2acea11a17
+1 -1
View File
@@ -12,7 +12,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"
BROWSERS="Chrome"
fi
# CLEAN #