Sha256: a3ae34249644ee21575f0b4f5627f01bdcc4a36cf3dd706e7f4f1e594cc92ebe

Contents?: true

Size: 584 Bytes

Versions: 1

Compression:

Stored size: 584 Bytes

Contents

language: ruby
sudo: false

cache: bundler

before_install:
  - gem update --system
  - gem --version
  - gem install bundler
  - 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

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

branches:
  only:
    - master

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
http-4.2.0 .travis.yml