.travis.yml in rom-3.1.0 vs .travis.yml in rom-3.2.0

- 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_JOB_NUMBER#*.}" = "1" ] && [ "$TRAVIS_BRANCH" = "master" ] && bundle exec codeclimate-test-reporter' + - '[ -d coverage ] && bundle exec codeclimate-test-reporter' rvm: - - 2.4.0 - - 2.3 - - 2.2 + - 2.2.6 + - 2.3.3 + - 2.4.1 - rbx-3 - jruby env: global: - JRUBY_OPTS='--dev -J-Xmx1024M'