Sha256: 666a8f3e61ad77b18972fda52c319d119060bc6df8c2e9545fb39c5527f26a1d
Contents?: true
Size: 749 Bytes
Versions: 3
Compression:
Stored size: 749 Bytes
Contents
env: global: - CC_TEST_REPORTER_ID=0f20514cd8e00d66e94949f690319c91f5ee55b6547d2031f5c1ac74b4725e5f language: ruby rvm: # Build on the latest stable of all supported Rubies (https://www.ruby-lang.org/en/downloads/): - 2.3.8 - 2.4.6 - 2.5.5 - 2.6.3 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 --format documentation 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hash_math-1.0.0 | .travis.yml |
hash_math-1.0.0.pre.alpha | .travis.yml |
hash_math-0.0.1 | .travis.yml |