We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493df26 commit 8f80420Copy full SHA for 8f80420
.travis.yml
@@ -6,7 +6,8 @@ rvm:
6
7
# Assume bundler is being used, therefore
8
# the `install` step will run `bundle install` by default.
9
-install: gem install jekyll rdiscount pygments html-proofer
+#install: gem install jekyll rdiscount pygments html-proofer
10
+install: gem install jekyll #rdiscount pygments html-proofer
11
script: jekyll build #&& htmlproof ./_site --disable-external --only-4xx --check-html --check-favicon
12
# branch whitelist, only for GitHub Pages
13
branches:
0 commit comments