Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…

language: ruby | |
rvm: | |
- 2.4.1 | |
# Assume bundler is being used, therefore | |
# the `install` step will run `bundle install` by default. | |
script: ./bin/cibuild | |
env: | |
global: | |
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer | |
sudo: false # route your build to the container-based infrastructure for a faster build | |
cache: bundler # caching bundler gem packages will speed up build | |
# Optional: disable email notifications about the outcome of your builds | |
notifications: | |
email: false |