From d251a8780280a73a5c9720f5a0d51af2e686dd76 Mon Sep 17 00:00:00 2001 From: th0r Date: Mon, 29 Jul 2019 23:26:56 +0300 Subject: [PATCH] Move Xvfb config commands under `install` section --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8b377396..6094b348 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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