Skip to content

Commit

Permalink
Added htmlproofer in travis ci as validation
Browse files Browse the repository at this point in the history
  • Loading branch information
le4ker committed Oct 6, 2015
1 parent b1d7355 commit 40c76eb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ rvm:
- 2.1

install: gem install jekyll html-proofer
script: jekyll build
script: jekyll serve --baseurl "" --detach && htmlproof ./_site --disable-external --empty-alt-ignore

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion _posts/2015-06-15-rss-tutorial.markup
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
section-type: post
title: Generating your Blog's RSS feed
category: tech
tags: [ 'tutorial', 'ShortestTutorialEver' ]
tags: [ 'tutorial' ]
---

Sit back, build the jekyll theme and it will be autogenerated in /feed.xml!
6 changes: 0 additions & 6 deletions tags/shortesttutorialever.html

This file was deleted.

0 comments on commit 40c76eb

Please sign in to comment.