Sha256: e8f10dad1a0a29195fa52085a82000ca10147460ce75c4f99491bb62f0715a2c

Contents?: true

Size: 476 Bytes

Versions: 7

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
finapps_core-5.0.6 .travis.yml
finapps_core-5.0.5 .travis.yml
finapps_core-5.0.4 .travis.yml
finapps_core-5.0.3 .travis.yml
finapps_core-5.0.2 .travis.yml
finapps_core-5.0.1 .travis.yml
finapps_core-5.0.0 .travis.yml