Sha256: 06b274e918068fe712801237fa63513509dbad8d23d06fde9bed44e8000358c9

Contents?: true

Size: 351 Bytes

Versions: 3

Compression:

Stored size: 351 Bytes

Contents

sudo: false
language: ruby
rvm:
  -  2.3.0
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 rspec
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
asciidoctor-bibliography-0.5.0 .travis.yml
asciidoctor-bibliography-0.5.1 .travis.yml
asciidoctor-bibliography-0.4.4 .travis.yml