Skip to content

Commit 484fe48

Browse files
authored
Add node_modules cache to travis
This could speed up CI builds a little bit See https://docs.travis-ci.com/user/caching/ for more information.
1 parent 12bfb7e commit 484fe48

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ node_js:
66
- '0.10'
77

88
sudo: false
9+
10+
cache:
11+
directories:
12+
- node_modules

0 commit comments

Comments
 (0)