Sha256: 054efd12bcd6a57d4a7933d0336360923da1e427b8e24ac312f8e95cb1611689
Contents?: true
Size: 506 Bytes
Versions: 12
Compression:
Stored size: 506 Bytes
Contents
language: ruby dist: trusty sudo: false cache: bundler before_install: - gem update bundler script: - bundle exec rake after_success: # Send coverage report from the job #1 == current MRI release - '[ "${TRAVIS_JOB_NUMBER#*.}" = "1" ] && [ "$TRAVIS_BRANCH" = "master" ] && bundle exec codeclimate-test-reporter' rvm: - 2.4.0 - 2.3.3 - 2.2.6 - jruby-9.1.6.0 addons: code_climate: repo_token: 2c2c7c253435c02667371778ca886b069d4d24590748fbd7396b9b080016bfa7 notifications: email: false
Version data entries
12 entries across 12 versions & 1 rubygems