Browse Source

Travis CI: remove Rouge gem.

It's the default for Jekyll 3.x.
pull/819/head
XhmikosR 9 years ago
parent
commit
2aaf8d2a88
  1. 2
      .travis.yml

2
.travis.yml

@ -21,7 +21,7 @@ before_install:
install:
- travis_retry npm install -g grunt-cli
- travis_retry npm install
- travis_retry gem install --no-document "jekyll:~>3.1" "rouge:~>1.10"
- travis_retry gem install --no-document "jekyll:~>3.1"
matrix:
fast_finish: true

Loading…
Cancel
Save