From 91d175638af7c1277cc5467925eebf3ac5b081b4 Mon Sep 17 00:00:00 2001 From: "Aaron S. Hawley" Date: Thu, 22 Feb 2018 05:42:12 -0500 Subject: [PATCH] Let Travis do the bundler --- .travis.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 112f9527a..39b6ace59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,16 +5,7 @@ language: ruby rvm: - 2.3.1 -# for faster builds cache: bundler -env: BUNDLE_PATH=bundle-vendor/bundle - -# we must override install, or Travis's default Gemfile support -# will kick in and use `vendor`, ignoring our BUNDLE_PATH -# declaration in `.bundle/config` -install: -- bundle update jekyll -- bundle install script: - bundle exec jekyll build 2> error.log