Skip to content

Commit

Permalink
Add npm install command to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
th0r committed Jul 29, 2019
1 parent 35d2da6 commit 33e3d49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -21,6 +21,7 @@ before_script:
# Required by Electron
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- npm install
# Building sources
- npm run build
script:
Expand Down

0 comments on commit 33e3d49

Please sign in to comment.