Skip to content

Commit f2f766e

Browse files
committed
travis: only disable npm cache
1 parent daa5332 commit f2f766e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
cache: false
1+
cache:
2+
npm: false
23
language: node_js
34
node_js:
45
- lts/*

0 commit comments

Comments
 (0)