.travis.yml in affairs_of_state-0.1.4 vs .travis.yml in affairs_of_state-0.2.0

- old
+ new

@@ -1,6 +1,21 @@ language: ruby +script: bundle exec rspec +sudo: false rvm: - - "1.9.3" - - "2.0.0" - "2.1.0" -script: bundle exec rspec + - "2.2.2" + - "2.3.1" + +gemfile: +- Gemfile +- gemfiles/activerecord40.gemfile +- gemfiles/activerecord41.gemfile +- gemfiles/activerecord42.gemfile +- gemfiles/activerecord50.gemfile + +matrix: + exclude: + - rvm: "2.1.0" + gemfile: Gemfile + - rvm: "2.1.0" + gemfile: gemfiles/activerecord50.gemfile