Sha256: 63180d2f155413a7197bdbd9217db562c52957cf5ce0feb0b4a2997a28e369fb

Contents?: true

Size: 488 Bytes

Versions: 1

Compression:

Stored size: 488 Bytes

Contents

env:
  global:
    - CC_TEST_REPORTER_ID=134e1f1cc8b60db4f2a491152c9227a6dbbfbeba5c1d05ee8b44cd78a1069f28
language: ruby
rvm:
  - 2.4.6
  - 2.5.5
  - 2.6.3
before_script:
  - gem install bundler
  - 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 rspec
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
einvoice-1.2.11 .travis.yml