From 84278c470dd3f6de83787d51081e4f951d04b172 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 31 Oct 2015 02:07:03 -0400 Subject: [PATCH] Update Firefox download URL --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 84c005e712..dd42dc5791 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ matrix: notifications: email: false install: - - wget -r -l1 -np -nd -R "index.html*" "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/latest${FX_PATH_SUFFIX}/linux-x86_64/en-US/?F=0&P=*.tar.*" + - wget -r -l1 -np -nd -R "index.html*" "http://ftp.mozilla.org/pub/firefox/releases/latest${FX_PATH_SUFFIX}/linux-x86_64/en-US/?F=0&P=*.tar.*" - tar -xf firefox-*.tar.* before_script: - export DISPLAY=:99.0