.travis.yml in rom-3.0.0.beta3 vs .travis.yml in rom-3.0.0.rc1

- old
+ new

@@ -3,23 +3,20 @@ sudo: required cache: bundler bundler_args: --without sql benchmarks console tools script: "bundle exec rake ci" after_success: - - '[ -d coverage ] && bundle exec codeclimate-test-reporter' + - '[ "${TRAVIS_JOB_NUMBER#*.}" = "1" ] && [ "$TRAVIS_BRANCH" = "master" ] && bundle exec codeclimate-test-reporter' rvm: - - 2.2.6 - - 2.3.3 - 2.4.0 + - 2.3 + - 2.2 - rbx-3 - - jruby-9.1.5.0 + - jruby env: global: - JRUBY_OPTS='--dev -J-Xmx1024M' - COVERAGE='true' -matrix: - allow_failures: - - rvm: rbx-3 notifications: webhooks: urls: - https://webhooks.gitter.im/e/39e1225f489f38b0bd09 on_success: change