Sha256: b93d2fc876d40c01d00f54cd119caf1d9ab1393b5f9c8c91ea4f7c46613a0433

Contents?: true

Size: 387 Bytes

Versions: 4

Compression:

Stored size: 387 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:
  - 1.9.3
  - 2.0.0
  - 2.1
  - 2.2
  - 2.3.3
  - 2.4.0
  - jruby
  - ruby-head
matrix:
  allow_failures:
    - rvm: ruby-head
script: "bundle exec rake"
sudo: false

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
json_pure-2.0.4 .travis.yml
json-2.0.4 .travis.yml
json_pure-2.0.3 .travis.yml
json-2.0.3 .travis.yml