Sha256: ffffc0a246db0401cf0cc07037a7d5f23590cbecde2b6f4af604e9ba7f2a80c6

Contents?: true

Size: 236 Bytes

Versions: 2

Compression:

Stored size: 236 Bytes

Contents

language: ruby
script:   bundle exec rake
cache:    bundler
sudo:     false

before_install:
  - gem install bundler

after_success:
  - bundle exec rake test:accuracy
  - bundle exec rake benchmark:memory

rvm:
  - 2.4.0
  - ruby-head

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
did_you_mean-1.1.3 .travis.yml
did_you_mean-1.1.2 .travis.yml