From 6768e45eaecb05626aee98bea33bbab083c3e416 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 3 May 2018 14:52:41 -0400 Subject: [PATCH] Revert "Force bundle installing on Travis" This reverts commit 1553af9a615ddc3eebaa7af7bf0272ee1cec3cc6. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e9992203..1bb28592 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ language: ruby cache: bundler -before_install: - - gem install bundler gemfile: docs/Gemfile script: - bundle exec jekyll algolia --source docs --destination docs/_site --config docs/_config.yml