Sha256: 210aaa0adb707913a21cac3f9f1e41ed7d8c83c6940c7ae61fcd10a420316852

Contents?: true

Size: 271 Bytes

Versions: 1

Compression:

Stored size: 271 Bytes

Contents

language: ruby

rvm:
  - 2.0.0
  - 2.1
  - 2.2.3

before_install:
  - rvm @global do gem uninstall bundler -a -x
  - rvm @global do gem install bundler -v 1.10.6

install:
  - bundle install --without doc guard --jobs 3 --retry 3

script: bundle exec rake

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nugrant-2.1.3 .travis.yml