2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

properly integrate Rouge into the Travis build; fixes #14078

[skip sauce]
This commit is contained in:
Chris Rebert
2014-07-08 10:46:10 -07:00
parent 5d1abf8b38
commit aa9182cab4
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -7,6 +7,6 @@
"rubygems": {
"key": "../pseudo_Gemfile.lock",
"cache": "$GEMDIR",
"generate": "gem install -N jekyll -v $JEKYLL_VERSION"
"generate": "gem install -N jekyll -v $JEKYLL_VERSION && gem install -N rouge -v $ROUGE_VERSION"
}
}