Skip to content
This repository was archived by the owner on May 11, 2020. It is now read-only.

Commit 7d4e0f8

Browse files
authored
Merge pull request jsonwebtoken#162 from optikfluffel/travis-caching
Activate caching at Travis
2 parents e7ed222 + 55c49d3 commit 7d4e0f8

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
@@ -7,3 +7,7 @@ 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
13+
- vendor

0 commit comments

Comments
 (0)