Sha256: 6740bd35ee5c9c8e620d90fa62c92663ba47e99907c9707742f678306ad0ac9f

Contents?: true

Size: 405 Bytes

Versions: 1

Compression:

Stored size: 405 Bytes

Contents

language: ruby
rvm:
  - 2.7
  - 2.6
  - 2.5
  - 2.4
env:
  - TRAVIS=true
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
  - bundle exec rubocop
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
locasms-0.5.0 .travis.yml