Sha256: f12066ae1661753f2b0ed820a1a204a18f123781aed53df9621f60d756cda71b

Contents?: true

Size: 957 Bytes

Versions: 4

Compression:

Stored size: 957 Bytes

Contents

language: ruby
rvm:
- 2.6.0
- 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.6" ] ; 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

4 entries across 4 versions & 1 rubygems

Version Path
stripe-rails-1.7.1 .travis.yml
stripe-rails-1.7.0 .travis.yml
stripe-rails-1.6.1 .travis.yml
stripe-rails-1.6.0 .travis.yml