Skip to content

Commit

Permalink
add puppet 2.7.3 (fixed version) to travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Nov 7, 2013
1 parent 22f58cc commit 84ba892
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ rvm:
- 2.0.0
- ruby-head
env:
- PUPPET_GEM_VERSION="2.7.3"
- PUPPET_GEM_VERSION="~> 2.7.1"
- PUPPET_GEM_VERSION="~> 3.0.0"
- PUPPET_GEM_VERSION="~> 3.1.0"
Expand All @@ -14,6 +15,10 @@ matrix:
allow_failures:
- rvm: ruby-head
exclude:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="2.7.3"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="2.7.3"
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 2.7.1"
- rvm: 2.0.0
Expand All @@ -22,6 +27,8 @@ matrix:
env: PUPPET_GEM_VERSION="~> 3.0.0"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 3.1.0"
- rvm: ruby-head
env: PUPPET_GEM_VERSION="2.7.3"
- rvm: ruby-head
env: PUPPET_GEM_VERSION="~> 2.7.1"
- rvm: ruby-head
Expand Down

0 comments on commit 84ba892

Please sign in to comment.