git ssb

1+

Daan Patchwork / patchwork



Commit 100e2477f3212ef093f60d0703803b9d60e4f476

Merge pull request #1279 from ssbc/travis-cache

Handle travis cache more delicately.
Christian Bundy authored on 4/24/2020, 11:45:28 PM
GitHub committed on 4/24/2020, 11:45:28 PM
Parent: f7020b04f29e406f5aa9fd27ba66ef6c19341a80
Parent: 83e73400cbb666a977e7f21d8c6d64570fc569b1

Files changed

.travis.ymlchanged
.travis.ymlView
@@ -18,9 +18,8 @@
1818 filter_secrets: false
1919
2020 cache:
2121 directories:
22- - $HOME/.npm
2322 - $HOME/.cache/electron
2423 - $HOME/.cache/electron-builder
2524
2625 before_install:
@@ -33,8 +32,9 @@
3332 libxext-dev \
3433 libxkbfile-dev \
3534 libxtst-dev
3635 fi
36+ - npm cache verify
3737
3838 script: npm test && npm run dist
3939
4040 branches:

Built with git-ssb-web