www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 84278c470dd3f6de83787d51081e4f951d04b172
parent b06d93be50eb379c581e38146e0c778bd4291e0b
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sat, 31 Oct 2015 02:07:03 -0400

Update Firefox download URL

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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