Sha256: cf1906cc4f650da1eafee232b402b04a190e2ec59efd95727f73a606249fc240

Contents?: true

Size: 639 Bytes

Versions: 2

Compression:

Stored size: 639 Bytes

Contents

env:
  global:
    - CC_TEST_REPORTER_ID=da9fc61f4ee94591c463b7fc0b8088e1eb5f26feaa95b5b08890959a5e9cc3b6
language: ruby
rvm:
  # Build on the latest stable of all supported Rubies (https://www.ruby-lang.org/en/downloads/):
  - 2.3.8
  - 2.4.5
  - 2.5.3
  - 2.6.0
cache: 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 rubocop
  - bundle exec rspec spec --format documentation
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hashematics-1.1.0 .travis.yml
hashematics-1.0.0 .travis.yml