Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

Commit b8084aa

Browse files
committed
Fix travis config
1 parent 6ab8d0a commit b8084aa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ sudo: required
22
language: node_js
33
node_js:
44
- '8'
5+
dist: trusty
56
cache: yarn
67
before_script:
7-
- export DISPLAY=:99.0
8-
- sh -e /etc/init.d/xvfb start
8+
- "export DISPLAY=:99.0"
9+
- "sh -e /etc/init.d/xvfb start"
10+
- sleep 3 # give xvfb some time to start
911
- yarn build:dll
1012
after_success:
1113
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)