Sha256: adcbfdbaa1406691ff5ff594f1f868d6acce88f918ace45a189eee19480b03de

Contents?: true

Size: 476 Bytes

Versions: 16

Compression:

Stored size: 476 Bytes

Contents

sudo: false
language: ruby
cache:
  bundler: true

rvm:
  - 2.5
  - 2.6
  - ruby-head

before_install:
  - "echo 'gem: --no-document' > ~/.gemrc"
  - gem update --system
  - gem install bundler -v "~>2.0"

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

16 entries across 16 versions & 1 rubygems

Version Path
finapps-5.0.16 .travis.yml
finapps-5.0.15 .travis.yml
finapps-5.0.14 .travis.yml
finapps-5.0.13 .travis.yml
finapps-5.0.12 .travis.yml
finapps-5.0.11 .travis.yml
finapps-5.0.10 .travis.yml
finapps-5.0.9 .travis.yml
finapps-5.0.8 .travis.yml
finapps-5.0.7 .travis.yml
finapps-5.0.6 .travis.yml
finapps-5.0.5 .travis.yml
finapps-5.0.4 .travis.yml
finapps-5.0.3 .travis.yml
finapps-5.0.2 .travis.yml
finapps-5.0.1 .travis.yml