Sha256: 444b0efc51095acba7b1e774769a297111adad2cfcf0f294c2c25263c14e92ff

Contents?: true

Size: 232 Bytes

Versions: 1

Compression:

Stored size: 232 Bytes

Contents

language: ruby

rvm:
  - 2.0
  - 2.1
  - 2.2
  - 2.3
  - 2.4

cache: bundler

env:
  - RAKE_ENV=test BUNDLE_PATH=vendor/bundle

before_install:
  - gem install bundler

install:
  - bundle install

script:
  - bundle exec rake test

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
method-not-implemented-1.0.1 .travis.yml