Sha256: 06184691be361ae8ceb0dd72ec13c35fce2d0b870c7279124772c0a59fd91800
Contents?: true
Size: 716 Bytes
Versions: 2
Compression:
Stored size: 716 Bytes
Contents
env: global: - CC_TEST_REPORTER_ID=1f3dee90870bee4a1946b3b12521369414a9e06e84f982728fc729990ebebc2f language: ruby rvm: # Build on the latest stable of all supported Rubies (https://www.ruby-lang.org/en/downloads/): - 2.4.9 - 2.5.7 - 2.6.5 cache: 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 rubocop - bundle exec rspec spec after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT addons: # https://docs.travis-ci.com/user/uploading-artifacts/ artifacts: paths: - Gemfile.lock
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
marble_api_client-1.0.0 | .travis.yml |
marble_api_client-1.0.0.pre.alpha.1 | .travis.yml |