From 86d6bc268f80e7666270e8eeea222fcbf052370f Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Sun, 7 Feb 2016 09:01:49 -0500 Subject: [PATCH] Adds cache for mongodb directories --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index e34b4a44c1..dc081ced7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,7 @@ node_js: env: - MONGODB_VERSION=2.6.11 - MONGODB_VERSION=3.0.8 +cache: + directories: + - $HOME/.mongodb/versions/downloads after_success: ./node_modules/.bin/codecov