Skip to content

Commit 9cd6b91

Browse files
committed
Merge pull request #73 from smashwilson/update-jekyll-travis
Update the Travis build for Jekyll repositories.
2 parents 5165300 + 2f83c7a commit 9cd6b91

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

writing-docs/author/jekyll.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,11 @@ To configure the continuous deployment process for your content repository, plac
7070
ruby:
7171
- "2.2.0"
7272
install:
73+
- gem install bundler
7374
- git clone https://github.com/deconst/preparer-jekyll.git /tmp/preparer-jekyll
74-
- cd /tmp/preparer-jekyll && rake install
75+
- cd /tmp/preparer-jekyll
76+
- rake install
77+
- cd ${TRAVIS_BUILD_DIR}
7578
script:
7679
- deconst-preparer-jekyll
7780

0 commit comments

Comments
 (0)