Sha256: 9aeed13ec427e0456cd60422d882e2456d55f54f418bec980293c75f058d6cd7

Contents?: true

Size: 282 Bytes

Versions: 7

Compression:

Stored size: 282 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

matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-19mode

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
test-kitchen-1.0.0.alpha.7 .travis.yml
test-kitchen-1.0.0.alpha.6 .travis.yml
test-kitchen-1.0.0.alpha.5 .travis.yml
test-kitchen-1.0.0.alpha.4 .travis.yml
test-kitchen-1.0.0.alpha.3 .travis.yml
test-kitchen-1.0.0.alpha.2 .travis.yml
test-kitchen-1.0.0.alpha.1 .travis.yml