Skip to content

Commit

Permalink
Travis: Use Firefox 46 instead of "latest" (#164)
Browse files Browse the repository at this point in the history
In case #161 doesn't make master before Firefox 47 is out.
  • Loading branch information
JohanLorenzo committed Jun 3, 2016
1 parent 2364c3c commit 61ee662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cache:
- node_modules

addons:
firefox: latest # Needed to support react
firefox: "46.0.1" # Firefox 47+ breaks Selenium. See https://github.com/fxbox/app/pull/161

install:
- "sh -e /etc/init.d/xvfb start"
Expand Down

0 comments on commit 61ee662

Please sign in to comment.