Sha256: b24a024929a27f8b4deda8b8171d9e056e21376ee59ed759cc476643d3cf7134

Contents?: true

Size: 436 Bytes

Versions: 10

Compression:

Stored size: 436 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 -v "~>1.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

10 entries across 10 versions & 1 rubygems

Version Path
finapps-5.0.0 .travis.yml
finapps-4.0.16 .travis.yml
finapps-4.0.15 .travis.yml
finapps-4.0.14 .travis.yml
finapps-4.0.12 .travis.yml
finapps-4.0.11 .travis.yml
finapps-4.0.10 .travis.yml
finapps-4.0.9 .travis.yml
finapps-4.0.8 .travis.yml
finapps-4.0.7 .travis.yml