Sha256: 26b5c14ab69851461fab8903c96a0d1a205d8fcdbd717bc952e0e9ef2e1db908
Contents?: true
Size: 596 Bytes
Versions: 2
Compression:
Stored size: 596 Bytes
Contents
sudo: false language: ruby cache: bundler rvm: - 2.6.3 env: global: - CC_TEST_REPORTER_ID=$TEST_ID before_install: gem install bundler -v 2.0.2 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 deploy: provider: rubygems api_key: $API_KEY gem: silicium on: tags: true repo: mmcs-ruby/silicium branch: master
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
silicium-0.0.20 | .travis.yml |
silicium-0.0.2 | .travis.yml |