Skip to content

Commit

Permalink
CI: Update Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Jul 24, 2018
1 parent 229d036 commit 69fddde
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 @@ -27,7 +27,7 @@ install: |
function install_firefox {
export TMP=$(mktemp);
wget https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/firefox-61.0a1.en-US.linux-x86_64.tar.bz2 -O $TMP;
wget https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/firefox-63.0a1.en-US.linux-x86_64.tar.bz2 -O $TMP;
tar -xvf $TMP;
wget https://github.com/mozilla/geckodriver/releases/download/v0.20.1/geckodriver-v0.20.1-linux64.tar.gz -O $TMP;
tar --directory firefox -xvf $TMP;
Expand Down

0 comments on commit 69fddde

Please sign in to comment.