Enabled travis for all branches

This commit is contained in:
Panos Sakkos 2015-10-10 01:45:40 +02:00
parent ceb4c89e01
commit 5e7cf8c02e

View file

@ -5,11 +5,6 @@ rvm:
install: gem install jekyll html-proofer
script: jekyll serve --baseurl "" --detach && htmlproof ./_site --disable-external --empty-alt-ignore
branches:
only:
- master
- gh-pages
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true