Skip to content

Commit

Permalink
fix safari browser version/os
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjwarren committed Oct 23, 2015
1 parent 2c637e6 commit 60c1f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/protractor.saucelabs.conf.js
Expand Up @@ -40,7 +40,7 @@ exports.config = {
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': pkg.name + ' (Safari: OS X 10.11) Build: ' + process.env.TRAVIS_BUILD_NUMBER,
'version': '8.1',
'version': '9',
'platform': 'OS X 10.11'
},{
'browserName': 'internet explorer',
Expand Down

0 comments on commit 60c1f8a

Please sign in to comment.