ContinuityControl/fdic

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
rvm:
  - 2.5
  - 2.4
  - 2.3
  - 2.2
  - 2.1
env:
  global:
    - CC_TEST_REPORTER_ID=d4139686950d7963c441bb8cde0d789ae57655d3900023157b81c2a856060fd6
before_install:
  - gem update --system
  - gem install bundler
before_script:
  - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
  - chmod +x ./cc-test-reporter
  - ./cc-test-reporter before-build
script:
    - bundle exec rspec
after_script:
    - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT