Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| #bootstrap and build | |
| before_script: "./script/bootstrap" | |
| script: "./script/cibuild" | |
| #environment | |
| language: ruby | |
| rvm: | |
| - 2.3.3 | |
| branches: | |
| only: | |
| - gh-pages | |
| - /.*/ | |
| notifications: | |
| email: false | |
| env: | |
| global: | |
| - NOKOGIRI_USE_SYSTEM_LIBRARIES=true | |
| sudo: false | |
| cache: bundler |