aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-11 22:41:04 +0530
committerLibravatar GitHub <noreply@github.com>2021-05-11 17:11:04 +0000
commit78dac93ffe9ac26387b36b7af9eb9890c54c86c6 (patch)
treefab7d07683ad2384541475cd243624a120fc90ab /.travis.yml
parentAdded missing hygiene stuff (#493) (diff)
downloadferdium-recipes-78dac93ffe9ac26387b36b7af9eb9890c54c86c6.tar.gz
ferdium-recipes-78dac93ffe9ac26387b36b7af9eb9890c54c86c6.tar.zst
ferdium-recipes-78dac93ffe9ac26387b36b7af9eb9890c54c86c6.zip
Enabling caching of npm modules between CI builds. (#489)
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: