Sha256: e38d79b6f492a15bf9675610a9cc5be714584c6662cf24ad988cd22eaf380f08

Contents?: true

Size: 432 Bytes

Versions: 6

Compression:

Stored size: 432 Bytes

Contents

# Passes arguments to bundle install (http://gembundler.com/man/bundle-install.1.html)
#bundler_args: --binstubs
language: ruby

# Specify which ruby versions you wish to run your tests on, each version will be used
rvm:
  - 2.0.0
  - 2.1
  - 2.2
  - 2.3.1
  - ruby-head
matrix:
  include:
    - rvm: jruby
      env: JRUBY_OPTS="--2.0"
  allow_failures:
    - rvm: rbx-2
    - rvm: ruby-head
script: "bundle exec rake"
sudo: false

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
json_pure-2.0.2 .travis.yml
json-2.0.2 .travis.yml
json_pure-2.0.1 .travis.yml
json-2.0.1 .travis.yml
json_pure-2.0.0 .travis.yml
json-2.0.0 .travis.yml