]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update to Jekyll 2.1.x.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Sun, 29 Jun 2014 05:39:40 +0000 (08:39 +0300)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Sun, 29 Jun 2014 05:39:40 +0000 (08:39 +0300)
.travis.yml
README.md

index c08ce0034ef3c4c435840625eb4c98b904a3870a..546e4917bec0c559ffcd29db9173597ec5cdd16a 100644 (file)
@@ -18,7 +18,7 @@ after_script:
   - if [ "$TWBS_TEST" = validate-html ] && [ $TWBS_DO_VALIDATOR -ne 0 ]; then ./test-infra/s3_cache.py upload rubygems; fi
 env:
   global:
-    - JEKYLL_VERSION: 2.0.3
+    - JEKYLL_VERSION: 2.1.0
     - SAUCE_USERNAME: bootstrap
     - secure: "pJkBwnuae9dKU5tEcCqccfS1QQw7/meEcfz63fM7ba7QJNjoA6BaXj08L5Z3Vb5vBmVPwBawxo5Hp0jC0r/Z/O0hGnAmz/Cz09L+cy7dSAZ9x4hvZePSja/UAusaB5ogMoO8l2b773MzgQeSmrLbExr9BWLeqEfjC2hFgdgHLaQ="
     - secure: "gqjqISbxBJK6byFbsmr1AyP1qoWH+rap06A2gI7v72+Tn2PU2nYkIMUkCvhZw6K889jv+LhQ/ybcBxDOXHpNCExCnSgB4dcnmYp+9oeNZb37jSP0rQ+Ib4OTLjzc3/FawE/fUq5kukZTC7porzc/k0qJNLAZRx3YLALmK1GIdUY="
index 82c4a17b8666dd5392e8f4c64426d385faa02543..b00a132b09391029165251f72ec0af34d5a25916 100644 (file)
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ Bootstrap's documentation, included in this repo in the root directory, is built
 
 ### Running documentation locally
 
-1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.0.x).
+1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.1.x).
   - **Windows users:** Read [this unofficial guide](https://github.com/juthilo/run-jekyll-on-windows/) to get Jekyll up and running without problems. We use Pygments for syntax highlighting, so make sure to read the sections on installing Python and Pygments.
 2. From the root `/bootstrap` directory, run `jekyll serve` in the command line.
 3. Open <http://localhost:9001> in your browser, and voilĂ .