Skip to content

Commit f9113a1

Browse files
author
Daniel Ruf
committed
chore: use npm cache
1 parent 6d13c7c commit f9113a1

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)