Sha256: 62ec1c778143c5a6ba6e368dc5cfbd94679738a1685590f881107333b17aaeef

Contents?: true

Size: 443 Bytes

Versions: 5

Compression:

Stored size: 443 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
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

5 entries across 5 versions & 1 rubygems

Version Path
finapps_core-4.0.5 .travis.yml
finapps_core-4.0.4 .travis.yml
finapps_core-4.0.3 .travis.yml
finapps_core-4.0.2 .travis.yml
finapps_core-4.0.0 .travis.yml