Sha256: 91d4c15688ed270cc201c210980644c3ab1cc18f3a813ea3988e974d9825c058

Contents?: true

Size: 387 Bytes

Versions: 1

Compression:

Stored size: 387 Bytes

Contents

language: ruby
cache:
  directories:
    - bundle

rvm:
  - 2.0
  - 2.1.3
  - 2.3.1

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

before_install:
  - gem install bundler

after_install:
  - rake install

script:
  # Tests use real git commands
  - git config --global user.email "danger@example.com"
  - git config --global user.name "Danger McShane"
  - bundle exec rake spec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
danger-mcbrain-0.0.2 .travis.yml