Sha256: e2962773cfd517bacb80c28a1134196194a6a2497ef788ba1d3446f2f3239e41

Contents?: true

Size: 917 Bytes

Versions: 4

Compression:

Stored size: 917 Bytes

Contents

# Available ruby versions: http://rubies.travis-ci.org/

language: ruby

os:
  - linux
  - osx

rvm:
  - "2.0.0"
  - "2.1" # latest 2.1.x
  - "2.2.5"
  - "2.3.3"
  - "2.4.0"
  - "ruby-head"
  - "jruby-9.0.5.0"
  - "jruby-9.1.5.0"
  - "jruby-head"

script:
  bundle exec rake test

branches:
  except:
    - "readme-edits"

before_install:
  - gem update --system
  # bundler installation needed for jruby-head
  # https://github.com/travis-ci/travis-ci/issues/5861
  - gem install bundler

# Travis OS X support is pretty janky. These are some hacks to include tests
# only on versions that actually work.
# (last tested: 2016-11)
matrix:
  # exclude: {}
  # include: {}

  allow_failures:
    - rvm: 'ruby-head'

  # return results as soon as mandatory versions are done
  fast_finish: true

sudo: false


# Use Java 8 for jruby to fix some Java 7 bugs.
addons:
  apt:
    packages:
      - oracle-java8-set-default

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rest-client-2.0.1-x86-mswin32 .travis.yml
rest-client-2.0.1-x64-mingw32 .travis.yml
rest-client-2.0.1-x86-mingw32 .travis.yml
rest-client-2.0.1 .travis.yml