This commit is contained in:
Kylart 2019-08-20 15:57:24 +02:00
parent 2e193ceab2
commit aa40c27e9e
2 changed files with 2 additions and 4 deletions

View File

@ -3,7 +3,6 @@ node_js: "12"
cache:
directories:
- node_modules
- $HOME/.cache/electron
- $HOME/.cache/electron-builder
@ -38,10 +37,10 @@ jobs:
- gcc-5
env: CC=gcc-5 CXX=g++-5
name: Linux
services:
- xvfb
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
script:
- node --version
- npm --version

View File

@ -1,7 +1,6 @@
image: Visual Studio 2017
cache:
- node_modules
- '%USERPROFILE%\.electron'
skip_tags: true