Skip to content

Commit

Permalink
sauce works again
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Jan 2, 2017
1 parent e138de7 commit eb7ac6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ env:
- BROWSER=windows-ie-latest
- BROWSER=linux-chrome-latest
- BROWSER=linux-firefox-latest
- BROWSER=ios-latest
- BROWSER=android-latest
2 changes: 1 addition & 1 deletion _develop/browsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Object.keys(desktop).forEach(function(key) {
});

Object.keys(mobile).forEach(function(key) {
var appiumVersion = key.startsWith('ios') ? '1.6.1' : '1.5.3';
var appiumVersion = key.startsWith('ios') ? '1.6.3' : '1.5.3';
module.exports[key] = {
base: 'SauceLabs',
browserName: mobile[key][3],
Expand Down

0 comments on commit eb7ac6a

Please sign in to comment.