From a875a7c8835569318059efe1fc4e76253fae3868 Mon Sep 17 00:00:00 2001 From: Miles Gould Date: Tue, 20 Dec 2016 16:16:47 +0000 Subject: [PATCH] Cache asset-pipeline cache in Travis This should shave about 30s off each job. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 21ac2d8fc..1af1da516 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ cache: bundler: true directories: - travis_phantomjs + - tmp/cache/assets/test/sprockets env: matrix: - GROWSTUFF_ELASTICSEARCH='true'