Sha256: e666be2efc6b4b11ca27b378822856ccb6afe629089a28e4fa343ded08a3f3eb

Contents?: true

Size: 499 Bytes

Versions: 3

Compression:

Stored size: 499 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:
  - rvm: 2.4.1
    env: SUITE="rubocop"

branches:
  only:
    - master

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
http-form_data-2.1.1 .travis.yml
http-form_data-2.1.0 .travis.yml
http-form_data-2.0.0 .travis.yml