DamonOehlman / travis-multirunner

A simple configuration for running (limited) multibrowser tests on travis ci
8 stars 14 forks source link

404 when trying to download Firefox from archive.mozilla.org #13

Closed aullman closed 8 years ago

aullman commented 8 years ago

I'm getting a 404 error when trying to download and install Firefox on Travis.

https://travis-ci.org/aullman/opentok-meet/jobs/91712986

wget http://archive.mozilla.org/pub/firefox/releases/latest/linux-x86_64/en-US/
--2015-11-20 05:45:05--  http://archive.mozilla.org/pub/firefox/releases/latest/linux-x86_64/en-US/
Resolving archive.mozilla.org (archive.mozilla.org)... 54.192.101.42
Connecting to archive.mozilla.org (archive.mozilla.org)|54.192.101.42|:80... connected.
HTTP request sent, awaiting response... 404 Not Found

I just updated from v2.7.2 to v3.0.0 to see if that would fix it but it's still a problem. It looks like mozilla want us to be using download.mozilla.org instead? http://archive.mozilla.org/pub/firefox/releases/latest/README.txt

aullman commented 8 years ago

It turns out I had multiple dependencies in there. It was using an old travis-multirunner using 3.0.0 did fix my problem. Thanks!