env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true sudo: false cache: bundler language: ruby rvm: - 1.9.3 - 2.0 - 2.1 script: "rake" gemfile: - Gemfile before_install: - uname -a - apt-get update - apt-get install libvips-dev