Skip to content

Commit

Permalink
Move all preparation commands to install group
Browse files Browse the repository at this point in the history
  • Loading branch information
th0r committed Jul 29, 2019
1 parent f8987ed commit 5609751
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -20,12 +20,13 @@ addons:
# Required by Chrome >42
# https://github.com/electron/electron/issues/1518#issuecomment-97708181
- libgconf-2-4
before_script:
install:
# Required by Electron
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- npm i -g npm
- npm ci
before_script:
# Building sources
- npm run build
script:
Expand Down

0 comments on commit 5609751

Please sign in to comment.