Sha256: 9c39d63fffc874d4e53e59e1133107a1332b0f49a12c213c0939e124f200c4ab

Contents?: true

Size: 536 Bytes

Versions: 2

Compression:

Stored size: 536 Bytes

Contents

---
sudo: false
env:
  global:
    - CC_TEST_REPORTER_ID=00d85edb6dc560b7f4e05191be8969963f6b27cef854239cf1e6b7c23b3309e0
language: ruby
rvm:
  - 2.5.3
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
before_install: gem install bundler -v 2.0.2
branches:
  only:
    - master

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pdf_tools-0.1.2 .travis.yml
pdf_tools-0.1.1 .travis.yml