Skip to content

Commit b339a9e

Browse files
authored
Merge pull request senecajs#709 from DanielRuf/chore/use-npm-cache
chore: use npm cache
2 parents 5213afb + f9113a1 commit b339a9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ script:
4242
- npm test
4343
- if [ ${NODE_VERSION:1:2} -ge 10 ]; then npm audit; fi
4444

45+
cache:
46+
directories:
47+
- "$HOME/.npm"
4548

4649
after_script:
4750
- npm run coveralls

0 commit comments

Comments
 (0)