Sha256: 1591f46035a5e07505aeb920c326c192ef99c91a760cee226de9f55fc6d07518

Contents?: true

Size: 623 Bytes

Versions: 3

Compression:

Stored size: 623 Bytes

Contents

language: ruby
sudo: false

cache: bundler

before_install:
  - gem update --system
  - gem --version
  - gem install bundler --no-document
  - 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.2.5.0
  - 2.3
  - 2.4
  - 2.5
  - 2.6
  - 2.7

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

branches:
  only:
    - master
    - 4-x-stable

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
http-4.4.1 .travis.yml
http-4.4.0 .travis.yml
http-4.3.0 .travis.yml