Sha256: 368eaa493e67b4ddb8fe60ea325db1d271334b9a3354aeac0d032d87bb6cb219

Contents?: true

Size: 425 Bytes

Versions: 3

Compression:

Stored size: 425 Bytes

Contents

language: ruby
cache: bundler
rvm:
  - 2.5.1
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

3 entries across 3 versions & 1 rubygems

Version Path
finapps-4.0.6 .travis.yml
finapps-4.0.5 .travis.yml
finapps-4.0.4 .travis.yml