Sha256: b27e9e032c7ad669603f563721fc6864dfe278ef938d91e74d6132d3a8c5b322

Contents?: true

Size: 799 Bytes

Versions: 3

Compression:

Stored size: 799 Bytes

Contents

sudo: false
cache: bundler

env:
  global:
    - CC_TEST_REPORTER_ID=8792cbc0d1780830ddd3dd7eb1c25f09f386ba8f04449ad830039469406a6ab3
    - 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)
  matrix:
    - RAILS_VERSION=4.2.9
    - RAILS_VERSION=5.0.5
    - RAILS_VERSION=5.1.3

rvm:
  - 2.2.7
  - 2.3.4
  - 2.4.1

notifications:
  recipients:
    - kpumuk@kpumuk.info

before_script:
  - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
  - chmod +x ./cc-test-reporter

after_script:
  - if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT --coverage-input-type clover || true; fi

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
meta-tags-2.7.0 .travis.yml
meta-tags-2.6.0 .travis.yml
meta-tags-2.5.0 .travis.yml