Skip to content

Commit

Permalink
fixed local test config
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Aug 25, 2015
1 parent b9f6b63 commit 3c27c40
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/conf/local.js
Expand Up @@ -6,9 +6,7 @@ var local = {
user: process.env.SAUCE_USERNAME,
key: process.env.SAUCE_ACCESS_KEY,
desiredCapabilities: {
browserName: process.env._BROWSER || 'chrome',
platform: 'OS X 10.11',
version: '44.0'
browserName: process.env._BROWSER || 'phantomjs'
}
};

Expand Down

0 comments on commit 3c27c40

Please sign in to comment.