Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.78 KB

firefox.md

File metadata and controls

39 lines (26 loc) · 1.78 KB
title layout
Firefox
en

Our 64-bit Linux VMs include a version of Firefox.

While Firefox is not pre-installed on macOS images, you can use this addon to set it up for use on your builds.

Select a Firefox version

To install a specific version of Firefox, you can use the Firefox addon. The addon will download and install Firefox before running your build script.

For example, to install version 49.0 of Firefox, add the following at the top level of your .travis.yml file:

addons:
  firefox: "49.0"

{: data-file=".travis.yml"}

It is also possible to specify beta versions; e.g., 50.0b6.

Version aliases

In addition to specific version numbers, there are 6 special aliases you can use:

The latest-unsigned binary is an unbranded build, suitable for Add-ons/Extensions Signing.

For more information, visit the Mozilla Wiki.