Sha256: 200165e712948d8f1fe6e1cdc08c70e5de4816df48f0e10b3d7ec8519f109e63
Contents?: true
Size: 611 Bytes
Versions: 1
Compression:
Stored size: 611 Bytes
Contents
env: global: - CC_TEST_REPORTER_ID=929b1dd2a9ccbfa28740405a6471ca20da6aa8eacbf8cf1b6c4c7e632bbe9acd language: ruby rvm: # Build on the latest stable of all supported Rubies (https://www.ruby-lang.org/en/downloads/): - 2.3.8 - 2.4.5 - 2.5.3 - 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 after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cinnamon_serial-2.1.2 | .travis.yml |