Sha256: 3aad1006ff68a854db188fe1eadfc2260e1954958832edb574223836defaee9f

Contents?: true

Size: 465 Bytes

Versions: 3

Compression:

Stored size: 465 Bytes

Contents

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

3 entries across 3 versions & 1 rubygems

Version Path
finapps_core-3.0.1 .travis.yml
finapps_core-2.1.2 .travis.yml
finapps_core-2.1.1 .travis.yml