Sha256: 2cbbedc45f2f86f649c2e1498f948c899d0faedfc641c7304d429ff3c591d22f

Contents?: true

Size: 560 Bytes

Versions: 1

Compression:

Stored size: 560 Bytes

Contents

---
language: ruby
rvm:
  - 2.6.3
  - 2.5.5
  - 2.4.6
before_install:
  - 'gem update --system'
  - 'gem --version'
  - 'gem install bundler'
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 rspec
after_script:
  - "./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT"
env:
  global:
    - CC_TEST_REPORTER_ID=8ec95d64844683a9ce73f086a637d7bb2c7ae00a0042c4efa75ee34637a0fd58

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tate-1.1.0 .travis.yml