Skip to content

Commit

Permalink
add ruby 2.2 to travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Apr 24, 2015
1 parent cae2a8a commit 7ed901e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
env:
- PUPPET_GEM_VERSION="~> 3.7"
- PUPPET_GEM_VERSION="~> 4.0"
matrix:
exclude:
- rvm: 1.8.7
env: PUPPET_GEM_VERSION="~> 4.0"
- rvm: 2.2
env: PUPPET_GEM_VERSION="~> 3.7"
fast_finish: true
notifications:
email: false

0 comments on commit 7ed901e

Please sign in to comment.