Skip to content

Commit

Permalink
Clean up to use Firefox release again
Browse files Browse the repository at this point in the history
Firefox 46 is the first version allowing Selenium to use Marionette
  • Loading branch information
JohanLorenzo committed May 25, 2016
1 parent 5ab1df2 commit 3bc07a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ matrix:
env: BUILD_ENV=-cargo_update

addons:
firefox: latest-beta
firefox: latest
apt:
packages:
- libupnp-dev
Expand Down
4 changes: 1 addition & 3 deletions test/selenium/lib/foxbox_process_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ FoxboxManager.prototype = {
'--disable-tls',
'--port', FoxboxManager.PORT,
'--profile', PROFILE_PATH,
], {
// stdio: 'inherit'
});
], { stdio: 'inherit' });

setTimeout(resolve, WAIT_TIME_IN_MS.startUp);
});
Expand Down

0 comments on commit 3bc07a2

Please sign in to comment.