We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a085c3 commit 2d4f231Copy full SHA for 2d4f231
.travis.yml
@@ -2,8 +2,9 @@ language: node_js
2
node_js:
3
- "8"
4
cache: yarn
5
+service:
6
+ - xvfb
7
before_script:
8
- export DISPLAY=:99.0
- - sh -e /etc/init.d/xvfb start
9
script:
10
- make tests-ci
0 commit comments