Skip to content

Commit 744d18c

Browse files
committed
💚 Update CI config
1 parent ab4faca commit 744d18c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
dist: xenial
2+
services:
3+
- xvfb
14
language: node_js
25
node_js:
36
- "node"
@@ -6,9 +9,6 @@ node_js:
69
before_install:
710
- curl -o- -L https://yarnpkg.com/install.sh | bash
811
- export PATH="$HOME/.yarn/bin:$PATH"
9-
before_script:
10-
- export DISPLAY=:99.0
11-
- sh -e /etc/init.d/xvfb start
1212
addons:
1313
firefox: "latest"
1414
cache: yarn

0 commit comments

Comments
 (0)