Sha256: d961e2f27a25a90a8d0e7c3a4bd79ae6efa3d36a2cdcc314df692c164867727a

Contents?: true

Size: 575 Bytes

Versions: 2

Compression:

Stored size: 575 Bytes

Contents

sudo: false
language: ruby
rvm:
  - 2.4
  - 2.5
  - 2.6
before_install:
  - gem update --system
  - gem install bundler
script:
  - bundle exec rubocop
  - bundle exec rspec

# code climate

env:
  global:
    - CC_TEST_REPORTER_ID=09f760621cf09a9165e0202f5714ca6ca751a4a5a5e108cc50e488131390e7ac
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
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

2 entries across 2 versions & 1 rubygems

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