Sha256: cb035e1b25aa84132035de31cf3ef7f8984f9a143aad9ae58023fdeff9faecb2
Contents?: true
Size: 718 Bytes
Versions: 2
Compression:
Stored size: 718 Bytes
Contents
sudo: false before_install: gem install bundler -v 1.16.1 env: global: - CC_TEST_REPORTER_ID=7eaf794e2ffbbd1bbe4eccd967a5428a6318cad2a33b8fd0baf42d6335a334a0 language: ruby bundler_args: --without guard guard-rspec rvm: - "2.3.7" - "2.4.4" - "2.5.1" - ruby-head branches: only: master notifications: email: false matrix: fast_finish: true allow_failures: - rvm: ruby-head 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: - COVERAGE=1 bundle exec rspec after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
case_transform2-1.1.1 | .travis.yml |
case_transform2-1.0.0 | .travis.yml |