.travis.yml in eve_online-0.11.0 vs .travis.yml in eve_online-0.12.0

- old
+ new

@@ -3,52 +3,69 @@ cache: bundler rvm: - 1.9.3 - 2.0 - 2.1 - - 2.2.6 - - 2.3.3 - - 2.4.0 + - 2.2.7 + - 2.3.4 + - 2.4.1 - ruby-head gemfile: - gemfiles/activesupport_42.gemfile - gemfiles/activesupport_50.gemfile + - gemfiles/activesupport_51.gemfile + - gemfiles/activesupport_edge.gemfile matrix: exclude: - rvm: 1.9.3 gemfile: gemfiles/activesupport_50.gemfile + - rvm: 1.9.3 + gemfile: gemfiles/activesupport_51.gemfile + - rvm: 1.9.3 + gemfile: gemfiles/activesupport_edge.gemfile - rvm: 2.0 gemfile: gemfiles/activesupport_50.gemfile + - rvm: 2.0 + gemfile: gemfiles/activesupport_51.gemfile + - rvm: 2.0 + gemfile: gemfiles/activesupport_edge.gemfile - rvm: 2.1 gemfile: gemfiles/activesupport_50.gemfile - - rvm: 2.4.0 - gemfile: gemfiles/activesupport_42.gemfile + - rvm: 2.1 + gemfile: gemfiles/activesupport_51.gemfile + - rvm: 2.1 + gemfile: gemfiles/activesupport_edge.gemfile - rvm: ruby-head gemfile: gemfiles/activesupport_42.gemfile include: - - rvm: jruby-9.1.5.0 + - rvm: jruby-9.1.8.0 gemfile: gemfiles/activesupport_42.gemfile jdk: oraclejdk8 - - rvm: jruby-9.1.5.0 + - rvm: jruby-9.1.8.0 gemfile: gemfiles/activesupport_50.gemfile jdk: oraclejdk8 + - rvm: jruby-9.1.8.0 + gemfile: gemfiles/activesupport_51.gemfile + jdk: oraclejdk8 - rvm: jruby-head gemfile: gemfiles/activesupport_42.gemfile jdk: oraclejdk8 - rvm: jruby-head gemfile: gemfiles/activesupport_50.gemfile jdk: oraclejdk8 + - rvm: jruby-head + gemfile: gemfiles/activesupport_51.gemfile + jdk: oraclejdk8 allow_failures: - rvm: ruby-head - - rvm: jruby-9.1.5.0 + - rvm: jruby-9.1.8.0 - rvm: jruby-head fast_finish: true -before_install: gem install bundler -v 1.14.5 +before_install: gem install bundler -v 1.14.6 script: - bundle exec rake - bundle exec codeclimate-test-reporter -