Sha256: a802c98b248501a74c982b833ada8821611d98909f44305bb1c1f5f073cf39fb

Contents?: true

Size: 299 Bytes

Versions: 3

Compression:

Stored size: 299 Bytes

Contents

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

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


sudo: false

before_install:
  - gem install bundler
  - gem install rspec

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
humanize-2.1.1 .travis.yml
humanize-2.1.0 .travis.yml
humanize-2.0.0 .travis.yml