Sha256: 1cce2e96f1445dc24140fddd1602cf4e1c08f5f3a5c2b95d5324fc11db058206

Contents?: true

Size: 544 Bytes

Versions: 9

Compression:

Stored size: 544 Bytes

Contents

language: ruby

rvm:
  - 2.5.0
  - 2.6.0
  - ruby-head

dist: bionic

jobs:
  allow_failures:
    - rvm: ruby-head

env:
  global:
    - CC_TEST_REPORTER_ID=get_a_test_reporter_id_from_code_climate

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 rake code_analysis
  - bundle exec rspec

after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rsgem-1.1.0 lib/rsgem/support/travis.yml
rsgem-1.0.0 lib/rsgem/support/travis.yml
rsgem-0.4.0 lib/rsgem/support/travis.yml
rsgem-0.3.0 lib/rsgem/support/travis.yml
rsgem-0.2.0 lib/rsgem/support/travis.yml
rsgem-0.1.3 lib/rsgem/support/travis.yml
rsgem-0.1.2 lib/rsgem/support/travis.yml
rsgem-0.1.1 lib/rsgem/support/travis.yml
rsgem-0.1.0 lib/rsgem/support/travis.yml