File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ layout: en
4
4
permalink : /user/firefox/
5
5
---
6
6
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.
8
8
9
9
While Firefox is not pre-installed on OS X images, you can use this addon to set it up for use
10
10
on your builds.
@@ -13,10 +13,13 @@ on your builds.
13
13
14
14
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.
15
15
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:
17
17
18
18
addons:
19
- firefox: "39.0"
19
+ firefox: "49.0"
20
+
21
+
22
+ It is also possible to specify beta versions; e.g., ` 50.0b6 ` .
20
23
21
24
## Version aliases
22
25
You can’t perform that action at this time.
0 commit comments