Commit 221bd5a
Robert Jackson
Cache the caches to avoid some npm bizarreness when bumping packages.
This changes the Travis caching setup to cache the `.npm` and `.cache`
directories, instead of caching the output of `node_modules` /
`bower_components`. It should still reduce the network time, but allow
the npm installs to work properly when there are package bumps.
Can't make it worse ¯\_(ツ)_/¯...1 parent 27d6784 commit 221bd5a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments