Sha256: 0e3798a1b47a2cf63f1a4fffdafbb5f09b5e1f50b69747e49cc9ebb59428a23c

Contents?: true

Size: 261 Bytes

Versions: 2

Compression:

Stored size: 261 Bytes

Contents

image: ruby:2.4.0

pipelines:
  branches:
    master:
    - step:
        caches:
        - bundler
        script:
        - gem install bundle rubocop
        - bundle install
        - rubocop
        - rake
definitions:
  caches:
    bundler: vendor/bundle

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
legion-json-0.1.1 bitbucket-pipelines.yml
legion-json-0.1.0 bitbucket-pipelines.yml