We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bcdfcf commit 2acea11Copy full SHA for 2acea11
scripts/jenkins/build.sh
@@ -12,7 +12,7 @@ set -xe
12
# This is the default set of browsers to use on the CI server unless overridden via env variable
13
if [[ -z "$BROWSERS" ]]
14
then
15
- BROWSERS="Chrome,Firefox"
+ BROWSERS="Chrome"
16
fi
17
18
# CLEAN #
0 commit comments