From 852a64e66f636f05372c67e0006c2a66f2436e11 Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Wed, 29 Apr 2015 13:13:06 -0300 Subject: [PATCH] Add $HOME/.atom to Travis CI cache --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3b355e0..454458c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ cache: - pip - directories: - node_modules + - $HOME/.atom before_install: # Update Homebrew