Sha256: 67b7261197ed6a7052ecce617b79a826556f6b8b4062e6f6641f32768b62aac8
Contents?: true
Size: 458 Bytes
Versions: 10
Compression:
Stored size: 458 Bytes
Contents
--- language: ruby before_install: - gem update --system --no-document - gem install bundler --no-document 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 - bundle exec rubocop after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT -t simplecov
Version data entries
10 entries across 10 versions & 1 rubygems