Skip to content

Commit 5c8f09b

Browse files
committed
Merge pull request #287 from flovilmart/fix-failing-travis
Caching in Travis
2 parents 034145f + 86d6bc2 commit 5c8f09b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ node_js:
88
env:
99
- MONGODB_VERSION=2.6.11
1010
- MONGODB_VERSION=3.0.8
11+
cache:
12+
directories:
13+
- $HOME/.mongodb/versions/downloads
1114
after_success: ./node_modules/.bin/codecov

0 commit comments

Comments
 (0)