Skip to content

Commit

Permalink
Travis CI: Add Ruby 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Aug 30, 2015
1 parent eef11a4 commit 2ffbc96
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 1.9.3
- 2.0.0
- 2.1
- 2.2

sudo: false

env:
- CHEF_VERSION="~> 11.0"
- CHEF_VERSION="~> 12.0"

matrix:
exclude:
- rvm: 1.9.3
env: CHEF_VERSION="~> 12.0"
# Chef 12 requires Ruby 2:
- rvm: 1.9.3
env: CHEF_VERSION="~> 12.0"
# Chef 11 cannot resolve dependencies in Ruby 2.2 (mixlib-shellout):
- rvm: 2.2
env: CHEF_VERSION="~> 11.0"

bundler_args: --without doc integration integration_cloud guard

script:
- bundle exec rake travis:ci
- bundle exec rake travis:ci

0 comments on commit 2ffbc96

Please sign in to comment.