Skip to content

Commit 47029f6

Browse files
committed
cache node_modules on Travis
1 parent 49b827c commit 47029f6

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
@@ -7,3 +7,6 @@ before_script:
77
- echo " CheckHostIP no" >> ~/.ssh/config
88
- npm install -g bower grunt-cli
99
- bower install -f
10+
cache:
11+
directories:
12+
- node_modules

0 commit comments

Comments
 (0)