Sha256: 92ce6b6265035dc90e599792ff6eb36e77d48b85c892b76f4271e4b91c214717

Contents?: true

Size: 659 Bytes

Versions: 2

Compression:

Stored size: 659 Bytes

Contents

language: ruby
dist: trusty
sudo: false
cache: bundler
bundler_args: --without sql benchmarks console tools
script: "bundle exec rake ci"
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
  - 2.2
  - rbx-3
  - jruby
env:
  global:
    - JRUBY_OPTS='--dev -J-Xmx1024M'
matrix:
  allow_failures:
    - rvm: rbx-3
    - rvm: jruby
notifications:
  webhooks:
    urls:
      - https://webhooks.gitter.im/e/39e1225f489f38b0bd09
    on_success: change
    on_failure: always
    on_start: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rom-mapper-0.5.0 .travis.yml
rom-mapper-0.5.0.rc1 .travis.yml