Skip to content

Commit

Permalink
chore: use xvfb service to fix travis build (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored and hugomrdias committed Aug 31, 2019
1 parent 27ede8a commit a864dda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:

- stage: test
name: electron
before_script: export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
services:
- xvfb
script:
- npm run test:electron
- npm run test:electron-renderer
Expand Down

0 comments on commit a864dda

Please sign in to comment.