Skip to content

Commit

Permalink
for legacy firefox we should stick to 45esr in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Oct 18, 2016
1 parent 1435929 commit b16b657
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 @@ -73,7 +73,7 @@ script:
- |
if [[ $TARGET == *"ff-legacy"* ]] || [ $TOXENV == *"firefox"* ]]; then
pip install --user mozdownload mozinstall
mozdownload --version 47.0.1 --destination firefox.tar.bz2
mozdownload --version 45.4.0esr --destination firefox.tar.bz2
mozinstall firefox.tar.bz2
sudo ln -sf $PWD/firefox/firefox /usr/local/bin/firefox
firefox --version
Expand Down

0 comments on commit b16b657

Please sign in to comment.