Sha256: 3c70c4f6f8c9f64f58613a7f4d22a2a8af1915e196aa88f162da5d6331572e99
Contents?: true
Size: 973 Bytes
Versions: 1
Compression:
Stored size: 973 Bytes
Contents
sudo: false language: ruby cache: bundler rvm: - 2.5.8 - 2.6.6 - 2.7.2 - 3.0.0 - ruby-head before_install: - git --version - git config --global user.email "lol@commits.org" - git config --global user.name "Lolcommits" matrix: allow_failures: - rvm: ruby-head env: global: - CC_TEST_REPORTER_ID=bd4ff902b7510abdab3aacd57ceb51a5b2e054fed4100019fcd21e2324a69090 - 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) 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 - 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) after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lolcommits-lolsrv-0.6.0 | .travis.yml |