Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 56115ce

Browse files
chore(travis): more script fixes
1 parent bf4f6cd commit 56115ce

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

config/sauce-browsers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"SL_FIREFOX": {
1919
"base": "SauceLabs",
2020
"browserName": "firefox",
21-
"version": "latest"
21+
"version": "latest-1"
2222
},
2323
"SL_FIREFOXBETA": {
2424
"base": "SauceLabs",

scripts/travis-run-script.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ set -xe
66
# Ensure that scripts will run from project dir.
77
cd $(dirname $0)/..
88

9-
# This is the default set of browsers to use on the CI server unless overridden via env variable
10-
if [[ -z "$BROWSERS" ]]
11-
then
12-
BROWSERS="Chrome,Firefox"
13-
fi
14-
159
# When Travis CI specifies an Angular version, try to install those for tests.
1610
if [[ -n "$NG_VERSION" ]]; then
1711
./scripts/fetch-angular-version.sh "$NG_VERSION"
@@ -27,7 +21,7 @@ gulp build
2721
# Wait for the tunnel to be ready
2822
./scripts/sauce/wait-tunnel.sh
2923

30-
gulp karma --config=config/karma-sauce.conf.js --browsers=$BROWSER --reporters='dots'
24+
gulp karma --config=config/karma-sauce.conf.js --browsers=$BROWSERS --reporters='dots'
3125

3226
# Shutdown the tunnel
3327
./scripts/sauce/stop-tunnel.sh

0 commit comments

Comments
 (0)