Sha256: dda9f05a9aac5a795172ab00682d37aa8c0cb706b09f91f98a35909ac3ee6cbe
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
sudo: false language: ruby cache: bundler rvm: - 2.0.0 - 2.1.7 - 2.2.4 - 2.3.3 - 2.4.1 - 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 branches: except: - gh-pages env: global: - CC_TEST_REPORTER_ID=a11f4b88e9bad7b922ca0ce5c70e369d1fd704c1b7c08c5b9e273e29a8c73345 - 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-uploldz-0.0.1 | .travis.yml |