In my Travis config I have, amongst other things:
os:
- linux
- osx
- windows
addons:
firefox: "latest"
And I can see in the log output that it is setting FIREFOX_SOURCE_URL to the macOS version, and then Firefox fails to run. Here’s the output:
Installing Firefox latest
$ export FIREFOX_SOURCE_URL='https://download.mozilla.org/?product=firefox-latest&lang=en-US&os=osx'
$ firefox --version
/c/Users/travis/.travis/job_stages: line 104: firefox: command not found
Is this really all the output in the logs? There should be more, like this: https://travis-ci.org/BanzaiMan/travis_production_test/jobs/474263882
Also, you may want to try restarting the job.
Ah, you know what? I think you are looking at the Windows job, not the Mac; the path doesn’t look like that of a Mac job. The Firefox addon doesn’t support Windows yet.
Thanks for your reply, yeah this is on the Windows environment, I did post this in Environments -> Windows, but I should have specified I meant that in the post text.
That makes sense that the Firefox addon doesn’t support Windows yet. Is there a separate forum for addons?