Sha256: 5afa5559dfeffe878ff46df1671de8de1aea0bc6fbf0672002e760f723030cac

Contents?: true

Size: 454 Bytes

Versions: 11

Compression:

Stored size: 454 Bytes

Contents

language: ruby
os: ["linux"]
dist: "xenial"

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: 5a8d194cbc23aa4c171e3478e3b6bbea9dd96041071380ec25bf80c07770b39a
after_success:
  - bundle exec codeclimate-test-reporter

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
finapps_core-6.0.2 .travis.yml
finapps_core-6.0.1 .travis.yml
finapps_core-6.0.0 .travis.yml
finapps_core-5.0.16 .travis.yml
finapps_core-5.0.15 .travis.yml
finapps_core-5.0.14 .travis.yml
finapps_core-5.0.13 .travis.yml
finapps_core-5.0.11 .travis.yml
finapps_core-5.0.10 .travis.yml
finapps_core-5.0.9 .travis.yml
finapps_core-5.0.8 .travis.yml