.travis.yml in dependent_restrict-0.2.2 vs .travis.yml in dependent_restrict-0.2.3

- old
+ new

@@ -1,13 +1,16 @@ language: ruby rvm: - - 1.9.3 - - 2.0.0 -script: "bundle exec rake coverage" + - 2.2.2 + - 2.3.0 +script: "bundle exec rake spec" gemfile: - gemfiles/rails3.gemfile - - gemfiles/rails4_0.gemfile - - gemfiles/rails4_1.gemfile + - gemfiles/rails4.gemfile + - gemfiles/rails5.gemfile notifications: email: - support@travellink.com.au - flowdock: e69dcafad1fea15c6b8c76e9ced965af + flowdock: + secure: YaSDa7UIM2IN5iSrWDQAXly2VjA6AJ9/821oPjhF8w+tqeSJabCJAFTipOQoHr+5KD1yEGJsvbXYHQv9JBdAXUeXyitPG0sPyXBvLsnygxisrvahEFL7/G7rCWfW0QEL7qe6A5Zx5Zl6CfDCo/lXfRSzKasBoFvgbrrCjpTFEbg= +sudo: false +cache: bundler