language: ruby cache: bundler rvm: - 1.9.3 - 2.0 - 2.1 - 2.2 gemfile: - Gemfile.rails41 - Gemfile.rails42 script: - bundle exec rspec spec/ sudo: false