Sha256: 453291d2322c905c94a103973622886a83151828b5eb9d9709ffebaf9784fa2c

Contents?: true

Size: 465 Bytes

Versions: 12

Compression:

Stored size: 465 Bytes

Contents

language: ruby
cache: bundler
rvm:
  - 2.3.1
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

12 entries across 12 versions & 1 rubygems

Version Path
finapps_core-2.0.20 .travis.yml
finapps_core-2.0.19 .travis.yml
finapps_core-2.0.18 .travis.yml
finapps_core-2.0.17 .travis.yml
finapps_core-2.0.16 .travis.yml
finapps_core-2.0.15 .travis.yml
finapps_core-2.0.14 .travis.yml
finapps_core-2.0.13 .travis.yml
finapps_core-2.0.12 .travis.yml
finapps_core-2.0.11 .travis.yml
finapps_core-2.0.10 .travis.yml
finapps_core-2.0.9 .travis.yml