Sha256: 5bb045276dbbc17669429a42d7fd74e49a81820a4f0eeb01ef79b31fb00bdaf7

Contents?: true

Size: 425 Bytes

Versions: 16

Compression:

Stored size: 425 Bytes

Contents

language: ruby
cache: bundler
rvm:
  - 2.4.2
before_install:
  - "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
  - gem update --system
  - gem install bundler
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-4.0.3 .travis.yml
finapps-4.0.2 .travis.yml
finapps-4.0.1 .travis.yml
finapps-3.0.7 .travis.yml
finapps-3.0.6 .travis.yml
finapps-3.0.5 .travis.yml
finapps-3.0.4 .travis.yml
finapps-3.0.3 .travis.yml
finapps-3.0.2 .travis.yml
finapps-3.0.1 .travis.yml
finapps-2.3.7 .travis.yml
finapps-2.3.6 .travis.yml
finapps-2.3.5 .travis.yml
finapps-2.3.3 .travis.yml
finapps-2.3.2 .travis.yml
finapps-2.3.1 .travis.yml