We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae105e5 commit e8a4520Copy full SHA for e8a4520
.travis.yml
@@ -1,7 +1,7 @@
1
language: node_js
2
node_js: node
3
addons:
4
- firefox: "51.0"
5
-before_install:
6
- - "export DISPLAY=:99.0"
7
- - "sh -e /etc/init.d/xvfb start"
+ firefox: '51.0'
+dist: xenial
+services:
+ - xvfb
0 commit comments