Sha256: 3e3fba67a9a74539c25e2bf97a078a112f695ca38dd5d487a8e781dc1c69ed7c
Contents?: true
Size: 842 Bytes
Versions: 2
Compression:
Stored size: 842 Bytes
Contents
sudo: false cache: bundler env: global: - CC_TEST_REPORTER_ID=8792cbc0d1780830ddd3dd7eb1c25f09f386ba8f04449ad830039469406a6ab3 - GIT_COMMITTED_AT=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then git log -1 --pretty=format:%ct; else git log -1 --skip 1 --pretty=format:%ct; fi) - ENABLE_CODE_COVERAGE=1 matrix: - RAILS_VERSION=4.2.10 - RAILS_VERSION=5.0.6 - RAILS_VERSION=5.1.4 rvm: - 2.2.9 - 2.3.6 - 2.4.3 - 2.5.0 notifications: recipients: - kpumuk@kpumuk.info before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter after_script: - if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT --coverage-input-type simplecov || true; fi
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
meta-tags-2.8.0 | .travis.yml |
meta-tags-2.7.1 | .travis.yml |