minetest.github.io/.travis.yml

12 lines
268 B
YAML

language: ruby
rvm:
- 2.2.2
sudo: false
script:
- bundle exec jekyll build
- bundle exec htmlproofer '_site/' --allow-hash-href --check-html --http-status-ignore 0
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer