Sha256: 3d11821d3a8c1476eddb8eb9651fe8a26f2ce486863503ce79e7814a8fc2c569

Contents?: true

Size: 298 Bytes

Versions: 3

Compression:

Stored size: 298 Bytes

Contents

language: ruby
cache:
  directories:
    - bundle

rvm:
  - 2.6.0
  - 2.5.3
  - 2.4.5
  - 2.3.8

bundler_args: "--without documentation --path bundle"

install:
  - gem install bundler -v '2.0.1'
  - bundle install

after_install:
  - rake install

script:
  - bundle exec rake spec

sudo: required

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
danger-go-0.0.5 .travis.yml
danger-go-0.0.4 .travis.yml
danger-go-0.0.3 .travis.yml