Sha256: ec57cfcbcc035b5e54ca05cabbf6597a1c836f057b2fd25e92ce9bedd6eb20fa

Contents?: true

Size: 949 Bytes

Versions: 2

Compression:

Stored size: 949 Bytes

Contents

language: ruby
rvm:
- 2.5.3
- 2.4.5
- 2.3.8
addons:
  chrome: stable
env:
  global:
  - 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"
script:
- bundle exec rake
- if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ `basename $BUNDLE_GEMFILE` == "Gemfile"
  ]  && [ ${RUBY_VERSION:5:3} == "2.5" ] ; then echo "Sending Coverage..."; ./cc-test-reporter
  after-build --exit-code $TRAVIS_TEST_RESULT; fi
gemfile:
- Gemfile
- gemfiles/rails4.gemfile
notifications:
  slack:
    secure: csciM073msTrOOdVYVXdAsrx2sR3Y1BKL0VvlSsYxBJawDa8BFNl6Fw8Uz1V2n4OfnkMvMCME4I3EXsCb4Kl5omnK+7ibeCzzzkCR5VwUs5/vLY7awUfCiihSCqg5ULAp2T1whQJUl5HY9Ot62sujIUX/FUhPzdbCqaKQ7cVkUo=

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stripe-rails-1.5.5 .travis.yml
stripe-rails-1.5.4 .travis.yml