Skip to content

Commit 73d8da5

Browse files
committed
Oops.
1 parent cec3ecc commit 73d8da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ module.exports = function(config) {
101101
config.browserStack.build = buildId;
102102
config.browserStack.tunnelIdentifier = process.env.TRAVIS_JOB_NUMBER;
103103

104-
config.browsers = browserProvidersConf.sauceAliases[alias.uppercase()];
104+
config.browsers = browserProvidersConf.sauceAliases[alias.toUpperCase()];
105105
}
106106
else {
107107
throw new Error(`Platform "${platform}" unknown, but Travis specified. Exiting.`);

0 commit comments

Comments
 (0)