Skip to content

Commit a864dda

Browse files
achingbrainhugomrdias
authored andcommitted
chore: use xvfb service to fix travis build (#3)
1 parent 27ede8a commit a864dda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242

4343
- stage: test
4444
name: electron
45-
before_script: export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
45+
services:
46+
- xvfb
4647
script:
4748
- npm run test:electron
4849
- npm run test:electron-renderer

0 commit comments

Comments
 (0)