Sha256: 586f27e025a43e58725ea12d7c2042f294d05d523449d4ef49726d8adb5d074f
Contents?: true
Size: 1008 Bytes
Versions: 1
Compression:
Stored size: 1008 Bytes
Contents
sudo: false language: ruby cache: bundler rvm: - 2.0.0 - 2.1.10 - 2.2.8 - 2.3.5 - 2.4.2 - ruby-head before_install: - gem install bundler -v 1.13.7 - 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=8d879fff974ae19930e4c3ae89623aec6a2d86a236a350e5a128360c4142332a - 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-loltext-0.0.6 | .travis.yml |