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

Commit e95252b

Browse files
committed
boo firefox and protractor
1 parent e162c0b commit e95252b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

protractor-travis-conf.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ if (process.env.BROWSER_PROVIDER === 'browserstack') {
2525
// Using SauceLabs.
2626
config.sauceUser = process.env.SAUCE_USERNAME;
2727
config.sauceKey = process.env.SAUCE_ACCESS_KEY;
28-
config.directConnect = true;
2928

3029
config.multiCapabilities = [
3130
capabilitiesForSauceLabs({
@@ -35,7 +34,7 @@ if (process.env.BROWSER_PROVIDER === 'browserstack') {
3534
}),
3635
capabilitiesForSauceLabs({
3736
browserName: 'firefox',
38-
version: 'latest-1'
37+
version: '47'
3938
}),
4039
capabilitiesForSauceLabs({
4140
browserName: 'safari',

0 commit comments

Comments
 (0)