Skip to content

Commit dba1f37

Browse files
authored
Cache npm dependencies in Travis CI (#221)
While looking for some low hanging chores to do, I stumbled upon `.travis.yml`. Thought we might as well tell Travis to cache the npm dependencies to speed up our builds. Knowing we've got the entire dependency tree locked down with `package-lock.json`, it can't hurt to cache them, right? Refs https://docs.travis-ci.com/user/caching/#npm-cache /cc @nodejs/github-bot
1 parent 98add34 commit dba1f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sudo: false
21
language: node_js
32
node_js:
43
- 8
4+
cache: npm

0 commit comments

Comments
 (0)