Skip to content

Commit

Permalink
remove ruby 2.2 from travis matrix
Browse files Browse the repository at this point in the history
Per puppetlabs/puppet#3522 (comment) ,
puppet 3.7.x will not support ruby 2.2.
  • Loading branch information
jhoblitt committed Apr 23, 2015
1 parent 2404339 commit 646933b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,18 @@ rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
env:
- PUPPET_GEM_VERSION="~> 2.7"
- PUPPET_GEM_VERSION="~> 3.3"
- PUPPET_GEM_VERSION="~> 3.7" FUTURE_PARSER="yes"
matrix:
allow_failures:
- rvm: 2.2
- rvm: ruby-head
exclude:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 2.7"
- rvm: 2.0
env: PUPPET_GEM_VERSION="~> 2.7"
- rvm: 2.1
env: PUPPET_GEM_VERSION="~> 2.7"
- rvm: 2.2
env: PUPPET_GEM_VERSION="~> 2.7"
fast_finish: true
notifications:
email: false

0 comments on commit 646933b

Please sign in to comment.