Sha256: 262d582c267dd524bb57de98d9a89a9a570dad986f92f1ac81d258cf46f1db79

Contents?: true

Size: 454 Bytes

Versions: 2

Compression:

Stored size: 454 Bytes

Contents

language: ruby
cache: bundler
rvm:
  - 2.5.1
before_install:
  - "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
  - gem update --system
  - gem --version
  - gem install bundler -v "~>1.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

2 entries across 2 versions & 1 rubygems

Version Path
finapps_core-4.0.7 .travis.yml
finapps_core-4.0.6 .travis.yml