Sha256: 148841e3ac75fb75422b3fb03af1f2caf428cdbcdf9d92af572bba647cf5b999
Contents?: true
Size: 973 Bytes
Versions: 3
Compression:
Stored size: 973 Bytes
Contents
sudo: false language: ruby cache: bundler rvm: - 2.3.8 - 2.4.6 - 2.5.5 - 2.6.3 - 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=d05d34f48230381d001225814f03f19b92c757fa9b795a7f5b16a17ebd027ee8 - 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lolcommits-twitter-0.4.0 | .travis.yml |
lolcommits-twitter-0.3.0 | .travis.yml |
lolcommits-twitter-0.2.0 | .travis.yml |