language: ruby rvm: - 2.2.2 install: gem install jekyll jekyll-paginate jemoji html-proofer script: jekyll serve --baseurl "" --detach && htmlproofer ./_site --disable-external --empty-alt-ignore env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true JEKYLL_ENV=production