Skip to content

Commit

Permalink
Move Xvfb config commands under install section
Browse files Browse the repository at this point in the history
  • Loading branch information
th0r committed Jul 29, 2019
1 parent 33e3d49 commit d251a87
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -17,12 +17,11 @@ addons:
# Required by Electron
# https://github.com/juliangruber/electron-stream#travis
- xvfb
before_script:
install:
# Required by Electron
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- npm install
# Building sources
before_script:
- npm run build
script:
- npm run lint
Expand Down

0 comments on commit d251a87

Please sign in to comment.