Skip to content

Commit

Permalink
add puppet 4.0 to travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Jun 6, 2015
1 parent a818174 commit 8d0f1d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ rvm:
- 2.1.4
env:
- PUPPET_GEM_VERSION="~> 3.3"
- PUPPET_GEM_VERSION="~> 3.7" FUTURE_PARSER="yes"
- PUPPET_GEM_VERSION="~> 4.0"
matrix:
exclude:
- rvm: 1.8.7
env: PUPPET_GEM_VERSION="~> 4.0"
fast_finish: true
notifications:
email: false

0 comments on commit 8d0f1d8

Please sign in to comment.