Sha256: adbf7e0db56d7497feaea47d71d36f7d29beb36591cbf02414f28ef9c9fed760

Contents?: true

Size: 711 Bytes

Versions: 5

Compression:

Stored size: 711 Bytes

Contents

env:
  global:
    - CC_TEST_REPORTER_ID=830db02445429888fcdd7d1406dd82e9b32535e863ac54a538a162c0c4acd4d1
language: ruby
rvm:
  # Build on the latest stable of all supported Rubies (https://www.ruby-lang.org/en/downloads/):
  - 2.5.8
  - 2.6.6
  - 2.7.1
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
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
addons:
  # https://docs.travis-ci.com/user/uploading-artifacts/
  artifacts:
    paths:
      - Gemfile.lock

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
acts_as_hashable-1.3.0 .travis.yml
acts_as_hashable-1.3.0.pre.alpha .travis.yml
acts_as_hashable-1.2.0 .travis.yml
acts_as_hashable-1.2.0.pre.alpha.1 .travis.yml
acts_as_hashable-1.2.0.pre.alpha .travis.yml