From 9e2a65a294bb580d30aa103d2782bc2628b265e3 Mon Sep 17 00:00:00 2001 From: Daniel Hengeveld Date: Wed, 11 Nov 2015 18:33:56 +0100 Subject: [PATCH] Add cache config from @joefitzgerald's branch. If this doesn't speed us up enough we'll cache node_modules as well :godmode: --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index bf1bd330e..eabdd483d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,12 @@ install: script: script/cibuild +cache: + directories: + - $HOME/.atom/.apm + - $HOME/.atom/.node-gyp/.atom + - $HOME/.atom/.npm + notifications: email: on_success: never