language: ruby rvm: - 2.2 env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true cache: bundler sudo: false before_script: bundle update script: ./script/cibuild notifications: email: false