File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,8 @@ Headless mode can be enabled using the `MOZ_HEADLESS`
195
195
196
196
``` yaml
197
197
env :
198
- - MOZ_HEADLESS=1
198
+ global :
199
+ - MOZ_HEADLESS=1
199
200
addons :
200
201
firefox : latest
201
202
` ` `
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ This guide covers build environment and configuration topics specific to
34
34
Travis CI support for Dart is contributed by the community and may be removed
35
35
or altered at any time. If you run into any problems, please report them in the
36
36
[Travis CI issue tracker](https://github.com/travis-ci/travis-ci/issues/new?labels=community:dart)
37
- and cc [@nex3 ](https://github.com/nex3 ) and [@a14n](https://github.com/a14n).
37
+ and cc [@athomas ](https://github.com/athomas ) and [@a14n](https://github.com/a14n).
38
38
39
39
## Choosing Dart versions to test against
40
40
Original file line number Diff line number Diff line change @@ -195,8 +195,8 @@ details.
195
195
196
196
The list of available JVMs for different dists are at
197
197
198
- * [JDKs installed for **Bionic**](/user/reference/bionic/#jvm-clojure-groovy-java-scala-images )
199
- * [JDKs installed for **Xenial**](/user/reference/xenial/#jvm-clojure-groovy-java-scala-images )
198
+ * [JDKs installed for **Bionic**](/user/reference/bionic/#jvm-clojure-groovy-java-scala-support )
199
+ * [JDKs installed for **Xenial**](/user/reference/xenial/#jvm-clojure-groovy-java-scala-support )
200
200
* [JDKs installed for **Trusty**](/user/reference/trusty/#jvm-clojure-groovy-java-scala-images)
201
201
* [JDKs installed for **Precise**](/user/reference/precise/#jvm-clojure-groovy-java-scala-vm-images)
202
202
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ This page gives an overview of the different Ubuntu Linux distributions you can
11
11
You can choose one of the following distributions:
12
12
13
13
* [ Ubuntu Bionic 18.04] ( /user/reference/bionic/ )
14
- * [ Ubuntu Xenial 16.04] ( /user/reference/xenial/ )
15
- * [ Ubuntu Trusty 14.04] ( /user/reference/trusty/ ) ** default **
14
+ * [ Ubuntu Xenial 16.04] ( /user/reference/xenial/ ) ** default **
15
+ * [ Ubuntu Trusty 14.04] ( /user/reference/trusty/ )
16
16
* [ Ubuntu Precise 12.04] ( /user/reference/precise/ )
17
17
18
18
Travis CI also supports the [ Windows Build Environment] ( /user/reference/windows/ ) and [ macOS Build Environment] ( /user/reference/osx/ ) .
You can’t perform that action at this time.
0 commit comments