Sha256: de83c433980344108f2d6b827c84e3e88560ade05649b61c31a976d4bfd8896e

Contents?: true

Size: 949 Bytes

Versions: 8

Compression:

Stored size: 949 Bytes

Contents

language: ruby
rvm:
- 2.5.1
- 2.4.4
- 2.3.7
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

8 entries across 8 versions & 1 rubygems

Version Path
stripe-rails-1.5.3 .travis.yml
stripe-rails-1.5.2 .travis.yml
stripe-rails-1.5.1 .travis.yml
stripe-rails-1.5.0 .travis.yml
stripe-rails-1.4.2 .travis.yml
stripe-rails-1.4.1 .travis.yml
stripe-rails-1.4.0 .travis.yml
stripe-rails-1.3.0 .travis.yml