We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aea7ec commit f0c4677Copy full SHA for f0c4677
docs/plus/02-travis.md
@@ -42,7 +42,17 @@ about like Karma.
42
## Configure Travis with Firefox
43
Travis supports running a real browser (Firefox) with a virtual
44
screen. Just update your `.travis.yml` to set up the virtual screen
45
-like this:
+like this (if you're using Xenial):
46
+```ruby
47
+language: node_js
48
+node_js:
49
+ - "4"
50
+dist: xenial
51
+services:
52
+ - xvfb
53
+```
54
+
55
+Or this, for Trusty and below:
56
```ruby
57
language: node_js
58
node_js:
0 commit comments