Sha256: 8516dcd13c5b810e6c0ce1c969323d5bab6956c5d454b013a33a822a31a7467f

Contents?: true

Size: 436 Bytes

Versions: 14

Compression:

Stored size: 436 Bytes

Contents

sudo: false
language: ruby
cache:
  bundler: true

rvm:
  - 2.6

before_install:
  - "echo 'gem: --no-document' > ~/.gemrc"
  - gem install bundler --force --quiet

script:
  - bundle exec rspec

notifications:
  email: false
  slack: financialapps:fA8XwEcap3hHZk0iNmPPJvT1
addons:
  code_climate:
    repo_token: dc180b31d340bd88cedd0ec3ea8ba8ec5093f2bafe77a7bf5bbdcb1c5ff9dc7f
after_success:
  - bundle exec codeclimate-test-reporter

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
finapps-5.0.32 .travis.yml
finapps-5.0.31 .travis.yml
finapps-5.0.30 .travis.yml
finapps-5.0.29 .travis.yml
finapps-5.0.28 .travis.yml
finapps-5.0.27 .travis.yml
finapps-5.0.26 .travis.yml
finapps-5.0.25 .travis.yml
finapps-5.0.24 .travis.yml
finapps-5.0.23 .travis.yml
finapps-5.0.22 .travis.yml
finapps-5.0.21 .travis.yml
finapps-5.0.20 .travis.yml
finapps-5.0.19 .travis.yml