Sha256: 7dd4c0b3170699bcc698ef3cf44722cb83c9791ff73219612a3eb0f53774b58f

Contents?: true

Size: 603 Bytes

Versions: 6

Compression:

Stored size: 603 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.13.0
  - 2.2
  - 2.3.4
  - 2.4.1

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

branches:
  only:
    - master

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
http-3.3.0 .travis.yml
http-3.2.1 .travis.yml
http-3.2.0 .travis.yml
http-3.1.0 .travis.yml
http-3.0.0 .travis.yml
http-3.0.0.pre .travis.yml