Skip to content

Commit ad05f1e

Browse files
committed
Update Firefox version specifications
See travis-ci/travis-build#859
1 parent 336d3b8 commit ad05f1e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

user/firefox.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: en
44
permalink: /user/firefox/
55
---
66

7-
Our 64-bit Linux VMs include a recent version of Firefox, currently 31.0esr.
7+
Our 64-bit Linux VMs include a version of Firefox.
88

99
While Firefox is not pre-installed on OS X images, you can use this addon to set it up for use
1010
on your builds.
@@ -13,10 +13,13 @@ on your builds.
1313

1414
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.
1515

16-
For example, to install version 39.0 of Firefox, add the following at the top level of your `.travis.yml` file:
16+
For example, to install version 49.0 of Firefox, add the following at the top level of your `.travis.yml` file:
1717

1818
addons:
19-
firefox: "39.0"
19+
firefox: "49.0"
20+
21+
22+
It is also possible to specify beta versions; e.g., `50.0b6`.
2023

2124
## Version aliases
2225

0 commit comments

Comments
 (0)