Sha256: e0b12955c6bcf39229b5c4868274f5950ab92a50723481461e0dc3ab03f4f9b7

Contents?: true

Size: 866 Bytes

Versions: 1

Compression:

Stored size: 866 Bytes

Contents

language: ruby
cache: bundler
bundler_args: --without console
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"
script:
  - bundle exec rake spec
  - RAILS_ENV=production bundle exec rspec --tag production_env
rvm:
  - 2.6.2
  - 2.5.5
  - 2.4.6
  - 2.3.8
  - truffleruby
matrix:
  allow_failures:
    - rvm: truffleruby
notifications:
  email: false
  webhooks:
    urls:
      - https://webhooks.gitter.im/e/19098b4253a72c9796db
    on_success: change  # options: [always|never|change] default: always
    on_failure: always  # options: [always|never|change] default: always
    on_start: false     # default: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dry-system-rails-0.2.0 .travis.yml