Skip to content

Commit ccdae76

Browse files
committed
Don't use npm caching
We install dependencies with `npm ci` to ensure we have the right versions.
1 parent e976b58 commit ccdae76

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ before_install:
66
- npm i -g [email protected]
77
env:
88
- ELECTRON_CACHE=$HOME/.electron
9-
cache:
10-
directories:
11-
- node_modules
12-
- $HOME/.cache/electron
13-
- $HOME/.cache/electron-builder
149
script:
1510
- npm run validate && npm run dist:macos-and-linux && npm run upload-sourcemaps
1611
branches:

0 commit comments

Comments
 (0)