Skip to content

Commit 8f80420

Browse files
committed
CI working but need to htmlproof.
1 parent 493df26 commit 8f80420

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ rvm:
66

77
# Assume bundler is being used, therefore
88
# the `install` step will run `bundle install` by default.
9-
install: gem install jekyll rdiscount pygments html-proofer
9+
#install: gem install jekyll rdiscount pygments html-proofer
10+
install: gem install jekyll #rdiscount pygments html-proofer
1011
script: jekyll build #&& htmlproof ./_site --disable-external --only-4xx --check-html --check-favicon
1112
# branch whitelist, only for GitHub Pages
1213
branches:

0 commit comments

Comments
 (0)