Sha256: 7a7bcd707ea819ca14a94e47807bb457c585cadaa06676fabc54bc6e748c78f4

Contents?: true

Size: 595 Bytes

Versions: 1

Compression:

Stored size: 595 Bytes

Contents

language: ruby
sudo: false

cache: bundler

before_install:
  - gem update --system
  - gem --version
  - gem install bundler --no-rdoc --no-ri
  - bundle --version

install: bundle install --without development doc

script: bundle exec rake

env: JRUBY_OPTS="$JRUBY_OPTS --debug"

rvm:
  # Include JRuby first because it takes the longest
  - jruby-9.1.16.0
  - 2.3
  - 2.4
  - 2.5

matrix:
  fast_finish: true
  include:
  # Only run RuboCop and Yardstick metrics on the latest Ruby
  - rvm: 2.5
    env: SUITE="rubocop"
  - rvm: 2.5
    env: SUITE="yardstick"

branches:
  only:
    - master

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
http-4.0.0 .travis.yml