.travis.yml in rom-2.0.2 vs .travis.yml in rom-3.0.0.beta1

- old
+ new

@@ -3,14 +3,14 @@ sudo: required cache: bundler bundler_args: --without sql benchmarks console tools script: "bundle exec rake ci" after_success: - - '[ "$TRAVIS_RUBY_VERSION" = "2.3.1" ] && [ "$TRAVIS_BRANCH" = "master" ] && bundle exec codeclimate-test-reporter' + - '[ -d coverage ] && bundle exec codeclimate-test-reporter' rvm: - - 2.1 - - 2.2 - - 2.3.1 + - 2.2.6 + - 2.3.3 + - 2.4.0 - rbx-3 - jruby-9.1.5.0 env: global: - JRUBY_OPTS='--dev -J-Xmx1024M'