try safari 9

This commit is contained in:
Caleb James DeLisle
2017-06-01 10:27:30 +02:00
parent 8a09083fd7
commit 6eb3b6800f
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ if (process.env.TRAVIS_PULL_REQUEST && process.env.TRAVIS_PULL_REQUEST !== 'fals
return;
}
// https://wiki.saucelabs.com/display/DOCS/Platform+Configurator#/
var driver;
if (process.env.SAUCE_USERNAME !== undefined) {
var browserArray = process.env.BROWSER.split(':');