Skip to content

Commit

Permalink
test Travis 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandregrignon committed Nov 8, 2015
1 parent 3b82dc2 commit faa3bc2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
language: ruby
rvm:
- 2.1
script:
- bundle exec htmlproof ./_site --check-favicon --check-html
- bundle exec jekyll build
- bundle exec htmlproof ./_site --only-4xx --check-favicon --check-html
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer

0 comments on commit faa3bc2

Please sign in to comment.