Sha256: 015780249b4fb24fa60118af42084bedc5bd8b8561019f0e94725e2ece754a24

Contents?: true

Size: 514 Bytes

Versions: 3

Compression:

Stored size: 514 Bytes

Contents

language: ruby
cache: bundler
bundler_args: --without tools
before_script:
  - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
  - chmod +x ./cc-test-reporter
  - ./cc-test-reporter before-build
after_script:
  - "[ -d coverage ] && ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT"
rvm:
  - 2.4.6
  - 2.5.5
  - 2.6.3
  - jruby-9.2.7.0
env:
  global:
    - COVERAGE=true
    - JRUBY_OPTS='--dev -J-Xmx1024M'
notifications:
  email: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dry-matcher-0.8.2 .travis.yml
dry-matcher-0.8.1 .travis.yml
dry-matcher-0.8.0 .travis.yml