Browse Source

Set Jekyll version to 1.4.2 in Travis.

v1.4.3 has a Windows bug.
pull/461/head
XhmikosR 11 years ago
parent
commit
81223c123a
  1. 2
      .travis.yml

2
.travis.yml

@ -6,6 +6,6 @@ before_install:
install:
- npm install -g grunt-cli
- npm install
- gem install --no-document jekyll "sass:3.2.0"
- gem install --no-document "jekyll:1.4.2" "sass:3.2.0"
matrix:
fast_finish: true

Loading…
Cancel
Save