Sha256: a42aa09467766ba4f8c8b04033bbe0e44cbf9938c56628451bf892aa2a1e60d1
Contents?: true
Size: 856 Bytes
Versions: 2
Compression:
Stored size: 856 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.3 - 2.5.5 - 2.4.6 - 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dry-system-rails-0.3.1 | .travis.yml |
dry-system-rails-0.3.0 | .travis.yml |