Sha256: 9922157ceb30bcdf2e74adaac6ef4a9ab290d773f8c58e3a6daf71892cf05348

Contents?: true

Size: 419 Bytes

Versions: 3

Compression:

Stored size: 419 Bytes

Contents

language: ruby
cache: bundler
rvm:
  - 2.4.2
before_install:
  - "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
  - gem update --system
  - gem --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.6 .travis.yml
finapps_core-3.0.5 .travis.yml
finapps_core-3.0.3 .travis.yml