Sha256: a9cc68c62c64f32dedf327b469a20d6adb345e67ebc35b5de1ef85beaa1c5904
Contents?: true
Size: 639 Bytes
Versions: 3
Compression:
Stored size: 639 Bytes
Contents
env: global: - CC_TEST_REPORTER_ID=a14b1cf423f3f72a1d6aaceff4959c25793586e8ec14695d5f378864b75d705d 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.5 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
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bumblebee-3.1.1 | .travis.yml |
bumblebee-3.1.0 | .travis.yml |
bumblebee-3.1.0.pre.alpha | .travis.yml |