Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2014-03-11 10:27:49 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2014-03-11 10:28:11 +0400
commit81223c123a7c4ed06b8a6a407223896dcde55d5b (patch)
tree07984b97f5e8a916b1913bf8bfd8c7b1b2c46018 /.travis.yml
parented00a91c8b98b126efae1a16b32a4ea2a169202b (diff)
Set Jekyll version to 1.4.2 in Travis.
v1.4.3 has a Windows bug.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 99e2fa2..5ac2c61 100644
--- a/.travis.yml
+++ b/.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