From 2e19b443426a0ca9e988eac0f3f52002f41c0beb Mon Sep 17 00:00:00 2001 From: Chris Kleeschulte Date: Wed, 29 Jul 2015 15:29:04 -0400 Subject: [PATCH] Added the cache back in. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 57c2e3e3..45957147 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,7 @@ before_install: script: - _mocha -R spec integration/regtest.js - _mocha -R spec --recursive +cache: + directories: + - platform/ubuntu