From 2f83c7a55cf2d5446ebb51ca2990007c882987e2 Mon Sep 17 00:00:00 2001
From: Ash Wilson <smashwilson@gmail.com>
Date: Wed, 27 May 2015 11:33:32 -0400
Subject: [PATCH] Update the Travis build for Jekyll repositories.

---
 writing-docs/author/jekyll.rst | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/writing-docs/author/jekyll.rst b/writing-docs/author/jekyll.rst
index 6f1656e..5918f53 100644
--- a/writing-docs/author/jekyll.rst
+++ b/writing-docs/author/jekyll.rst
@@ -70,8 +70,11 @@ To configure the continuous deployment process for your content repository, plac
   ruby:
   - "2.2.0"
   install:
+  - gem install bundler
   - git clone https://github.com/deconst/preparer-jekyll.git /tmp/preparer-jekyll
-  - cd /tmp/preparer-jekyll && rake install
+  - cd /tmp/preparer-jekyll
+  - rake install
+  - cd ${TRAVIS_BUILD_DIR}
   script:
   - deconst-preparer-jekyll