Sha256: 64c13f75068b7d9e03c1f99c22588b8b720b5ce4008024f93e90c34ddd41269d

Contents?: true

Size: 639 Bytes

Versions: 3

Compression:

Stored size: 639 Bytes

Contents

env:
  global:
    - CC_TEST_REPORTER_ID=404bf43b14c0d46bf70b7ccfe096d5ad43d9278d965e4a740c0220ce5a2daa00
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

3 entries across 3 versions & 1 rubygems

Version Path
proforma-extended-evaluator-1.1.0 .travis.yml
proforma-extended-evaluator-1.0.0 .travis.yml
proforma-extended-evaluator-1.0.0.pre.alpha .travis.yml