Sha256: a907ed7bb71e7cb0677091afa1f82355188d80d2205c33c0981d30588cd96959

Contents?: true

Size: 443 Bytes

Versions: 3

Compression:

Stored size: 443 Bytes

Contents

language: ruby
cache: bundler
rvm:
- "2.5.7"
- "2.6.5"
- ruby-head
- jruby-head
matrix:
  allow_failures:
  - rvm: ruby-head
  - rvm: jruby-head
  fast_finish: true
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:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
azure-armrest-0.13.0 .travis.yml
azure-armrest-0.12.0 .travis.yml
azure-armrest-0.11.0 .travis.yml