go-ethereum/.travis.yml

18 lines
468 B
YAML
Raw Normal View History

2019-10-28 10:45:19 -05:00
language: ruby
rvm:
- 2.5.3
before_script:
- gem install html-proofer
# Assume bundler is being used, therefore
# the `install` step will run `bundle install` by default.
script:
- bundle exec jekyll build
2019-12-12 16:38:36 -06:00
- bundle exec htmlproofer ./_site --assume-extension --allow-hash-href --empty-alt-ignore
2019-10-28 10:45:19 -05:00
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
cache: bundler # caching bundler gem packages will speed up build