Skip to content

Commit

Permalink
Fix Jekyll install
Browse files Browse the repository at this point in the history
  • Loading branch information
mbats committed Sep 14, 2017
1 parent 4874617 commit e8dada8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ env:

sudo: required
before_script:
- gem install jekyll --version '= 1.5.1'
- sudo apt-get install ruby-dev
- gem install jekyll
- gem install jekyll-paginate
- gem install jekyll-gist
- gem install redcarpet
- gem install RedCloth

script:
Expand Down
1 change: 1 addition & 0 deletions documentation/_config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: UML Designer Documentation
markdown: redcarpet
highlighter: pygments
gems: [jekyll-paginate, jekyll-gist]
exclude: ['vagrant.sh', 'Vagrantfile', '.vagrant']
paginate: 5
paginate_path: "blog/page:num"
Expand Down

0 comments on commit e8dada8

Please sign in to comment.