Sha256: 07d67713ecfeddebea58b1cfeaed0e03a013c38421198f4871010db4fad7f20c

Contents?: true

Size: 462 Bytes

Versions: 2

Compression:

Stored size: 462 Bytes

Contents

language: ruby
rvm: 2.7

cache:
  bundler: true

before_install:
  - bundle install --jobs=3 --path=${BUNDLE_PATH:-vendor/bundle}

stages:
  - name: Rubocop
    if: type = pull_request OR branch = main
  - name: Tests
    if: type = pull_request OR branch = main

jobs:
  include:
    - stage: Rubocop
      name: Run rubocop
      script:
        - bundle exec rake rubocop
    - stage: Tests
      name: Run specs
      script:
        - bundle exec rake spec

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ghost_adapter-0.1.4 .travis.yml
ghost_adapter-0.1.3 .travis.yml