From 2aaf8d2a886d5782ba4052b32f1e687c31ee7cd0 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 6 Feb 2016 11:32:17 +0200 Subject: Travis CI: remove Rouge gem. It's the default for Jekyll 3.x. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 10b6cce..ad7009f 100644 --- a/.travis.yml +++ b/.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 -- cgit v1.2.3