From 53576f7a414a894e5538807f5df354e67cb13e61 Mon Sep 17 00:00:00 2001 From: Lorin Werthen Date: Wed, 17 May 2017 23:29:03 +0200 Subject: [PATCH] let travis cache nanoc directories --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index f7f035f..2818a5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,10 @@ language: ruby cache: bundler: true + # Cache nanoc directories + directories: + - output + - tmp rvm: - 2.3.1