Sha256: f05561bee4259fd16790c8b61a08b965556ae763841533a177a46789e3a284fe
Contents?: true
Size: 420 Bytes
Versions: 10
Compression:
Stored size: 420 Bytes
Contents
sudo: false language: ruby cache: bundler rvm: - 2.4.2 before_install: - gem install bundler - bundle install 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" after_script: - "./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT" notifications: email: false
Version data entries
10 entries across 10 versions & 1 rubygems