From 94c330f212ae09ef8a30ee17eaf162cfa0d32845 Mon Sep 17 00:00:00 2001 From: Danilo Pianini Date: Sat, 19 Oct 2019 10:55:26 +0200 Subject: [PATCH] Cache bundler on Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 97b5514..fc19138 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ language: ruby install: gem install jekyll bundler script: bundle exec jekyll build +cache: bundler