Sha256: 8194081f32be85ced77f563cc8905b6e3e22813cc52b1c0a25ca5fd9ba189dd7

Contents?: true

Size: 376 Bytes

Versions: 6

Compression:

Stored size: 376 Bytes

Contents

language: ruby

rvm:
  - 1.9.3
  - 2.0.0
  - jruby-19mode
  - ruby-head

env:
  - RUBYGEMS_VERSION=2.0.3
  - RUBYGEMS_VERSION=1.8.25

before_install:
  - gem update --system $RUBYGEMS_VERSION
  - gem --version

bundler_args: --without guard

matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-19mode
  exclude:
    - rvm: 2.0.0
      env: RUBYGEMS_VERSION=1.8.25

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
test-kitchen-1.1.1 .travis.yml
test-kitchen-1.1.0 .travis.yml
test-kitchen-1.0.0 .travis.yml
test-kitchen-1.0.0.rc.2 .travis.yml
test-kitchen-1.0.0.rc.1 .travis.yml
test-kitchen-1.0.0.beta.4 .travis.yml