Sha256: 50487dd4d5d643c0989d31d19affe19a01569e7b7cfdfeecad9adfdfad61c80f

Contents?: true

Size: 354 Bytes

Versions: 3

Compression:

Stored size: 354 Bytes

Contents

language: ruby
rvm:
  - 2.2.3
  - 2.5.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 spec
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
etherscan_api-0.4.0 .travis.yml
etherscan_api-0.3.0 .travis.yml
etherscan_api-0.2.0 .travis.yml