Skip to content

Commit c997ef1

Browse files
committed
Cache node_modules directory on Travis
1 parent 3200c90 commit c997ef1

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
@@ -5,3 +5,6 @@ branches:
55
- gh-pages
66
after_success:
77
- npm run coveralls
8+
cache:
9+
directories:
10+
- node_modules

0 commit comments

Comments
 (0)