Sha256: 640506cb18125a441f223d8cd2ae6885150633a10b3db1b2e0263bcc8145b2e4

Contents?: true

Size: 345 Bytes

Versions: 3

Compression:

Stored size: 345 Bytes

Contents

---
language: ruby
rvm:
  - 2.0.0

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rast-1.0.0 .travis.yml
rast-0.19.1 .travis.yml
rast-0.19.0 .travis.yml