Skip to content

Commit

Permalink
ci(travis): use firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveVanOpstal committed Mar 30, 2016
1 parent f05addb commit 5a47806
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions protractor.conf.js
Expand Up @@ -65,14 +65,12 @@ var BROWSER_CAPS = {

if (process.env.TRAVIS) {
configuration.multiCapabilities = [
BROWSER_CAPS.ChromeOnTravis
BROWSER_CAPS.Firefox
];
} else {
configuration.multiCapabilities = [
BROWSER_CAPS.ChromeDesktop
];
}

// configuration.multiCapabilities.push(BROWSER_CAPS.Firefox);

exports.config = configuration;

0 comments on commit 5a47806

Please sign in to comment.