1 2 3 4 5 6 7 8 9
language: ruby bundler_args: --without debug script: "bundle exec rake test" env: - CI=true rvm: - 2.3.0 cache: bundler sudo: false