Skip to content

Commit

Permalink
test: removed pull request check (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
ypavlotsky committed Feb 14, 2018
1 parent 7feef51 commit e9b5490
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/webdriver/content/capabilities.js
Expand Up @@ -75,8 +75,7 @@ for (let browser of browsers) {
}

// Remove if we don't have browserstack credentials.
if (process.env.TRAVIS_PULL_REQUEST ||
process.env.BROWSERSTACK_USER === undefined ||
if (process.env.BROWSERSTACK_USER === undefined ||
process.env.BROWSERSTACK_ACCESS_KEY === undefined) {
browsers = browsers.filter(browser =>
browser.server != 'http://hub-cloud.browserstack.com/wd/hub');
Expand Down

0 comments on commit e9b5490

Please sign in to comment.