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 Apr 23, 2015
1 parent 9219718 commit 72de891
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 @@ -7,8 +7,11 @@ rvm:
- 2.1
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 72de891

Please sign in to comment.