Sha256: dc9d2192f6dc21e3e4d785336f311abde2a398b28b4b0d068a418f3a0056b7b3
Contents?: true
Size: 562 Bytes
Versions: 1
Compression:
Stored size: 562 Bytes
Contents
env: global: - CC_TEST_REPORTER_ID=ce4fc4d08e215d267d51d1add4379d2ee836127c64bbd1bc5bf48537fa9ea2ff sudo: false language: ruby rvm: - 2.2.10 - 2.3.7 - 2.4.4 - 2.5.1 - ruby-head notifications: email: false before_install: gem install bundler -v 1.16.1 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 after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
conditional_validation-1.0.0 | .travis.yml |