From 33e3d49fffc25e75101e7db80a5df58421e19c64 Mon Sep 17 00:00:00 2001 From: th0r Date: Mon, 29 Jul 2019 22:58:23 +0300 Subject: [PATCH] Add `npm install` command to `.travis.yml` --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1d1c309c..8b377396 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: