.travis.yml in critic-0.2.0 vs .travis.yml in critic-0.2.1

- old
+ new

@@ -2,10 +2,16 @@ sudo: false cache: - bundler rvm: - 2.3.0 -script: +before_script: + - bundle install +script: - bundle exec rake rubocop - bundle exec rake spec notifications: email: false +gemfile: + - gemfiles/activesupport_5.gemfile + - gemfiles/activesupport_4.gemfile + - gemfiles/activesupport_3.gemfile