Sha256: faa10ae6702fc78bfc1bcb051104ee962d60eadcf95f21186b299d4d97cef26a

Contents?: true

Size: 367 Bytes

Versions: 5

Compression:

Stored size: 367 Bytes

Contents

language: ruby
rvm:
  - 2.7
  - 2.6
  - 2.5
  - 2.4

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

script:
  - bundle exec rake test

after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
camalian-0.2.2 .travis.yml
camalian-0.2.1 .travis.yml
camalian-0.2.0 .travis.yml
camalian-0.1.1 .travis.yml
camalian-0.1.0 .travis.yml