Sha256: 3ccc1ee5be4c5083f2f2b3b9fe409173a84138ce373ca1be09f8cb52a50d6901

Contents?: true

Size: 310 Bytes

Versions: 10

Compression:

Stored size: 310 Bytes

Contents

kind: pipeline
name: default

steps:
- name: test-ruby
  image: getterminus/ruby-ci-image:2.6-je-20190205
  group: bundler
  volumes:
    - name: bundledir
      path: /usr/local/bundle
  commands:
    - bundle check --path=/usr/local/bundle || bundle --local --path=/usr/local/bundle
    - bundle exec rspec

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
instrument_all_the_things-1.3.0 .drone.yml
instrument_all_the_things-1.2.0 .drone.yml
instrument_all_the_things-1.1.1 .drone.yml
instrument_all_the_things-1.1.0 .drone.yml
instrument_all_the_things-1.0.4 .drone.yml
instrument_all_the_things-1.0.3 .drone.yml
instrument_all_the_things-1.0.2 .drone.yml
instrument_all_the_things-1.0.1 .drone.yml
instrument_all_the_things-0.9.1.alpha .drone.yml
instrument_all_the_things-0.9.0.alpha .drone.yml