Sha256: b3f8214235fe2825f6601a34f6b7c7627607d0ab386290954e0939f12de45ddb

Contents?: true

Size: 639 Bytes

Versions: 4

Compression:

Stored size: 639 Bytes

Contents

env:
  global:
    - CC_TEST_REPORTER_ID=01997b4f8e96c9ea5d16ccfce52dad36705571483859d8f0e3cb8fdd8825a758
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

4 entries across 4 versions & 1 rubygems

Version Path
proforma-1.0.2 .travis.yml
proforma-1.0.1 .travis.yml
proforma-1.0.0 .travis.yml
proforma-1.0.0.pre.alpha .travis.yml