Sha256: 315a03130d77467180211ed8cefcbcf4d1d0fb5f5e9233a87ca8b7565584d473

Contents?: true

Size: 285 Bytes

Versions: 3

Compression:

Stored size: 285 Bytes

Contents

# Available ruby versions: http://rubies.travis-ci.org/

language: ruby
rvm:
  - "2.4" # latest 2.4.x
  - "2.5" # latest 2.5.x
  - "2.6" # latest 2.6.x
  - "ruby-head"
script:
  - bundle exec rspec
  - bundle exec rubocop

before_install:
  - gem install bundler
  - gem install rspec

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
humanize-2.2.1 .travis.yml
humanize-2.2.0 .travis.yml
humanize-2.1.2 .travis.yml