Sha256: c14eecf3a3d6797c70557da0990abd5fe889bc4f9794059f885a0b53eece8b8b

Contents?: true

Size: 1007 Bytes

Versions: 1

Compression:

Stored size: 1007 Bytes

Contents

sudo: false
language: ruby
cache: bundler
rvm:
 - 2.0.0
 - 2.1.10
 - 2.2.9
 - 2.3.6
 - 2.4.3
 - 2.5.0
 - ruby-head

before_install:
 - gem update --system
 - 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=d4f619e1b965d1f20d30863766651e6ff56ec35cdfda0c2188c9db9c1ff9cc74
    - 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-protonet-0.0.3 .travis.yml