language: ruby rvm: 2.4.2 gemfile: - Gemfile sudo: false before_install: gem install bundler script: bundle exec rake test notifications: email: on_success: never on_failure: change env: - RAILS_VERSION=5.1.4 RAILS_ENV=development - RAILS_VERSION=5.0.6 RAILS_ENV=development