aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 48d6db6..004b33a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,10 @@
1language: node_js 1language: node_js
2node_js: 2node_js: "14.16.1"
3 - 14 3
4env:
5 - ELECTRON_CACHE=$HOME/.cache/electron
6 - ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
7
4install: 8install:
5 - npm install 9 - npm install
6script: 10script: