Test against Puppet v3.4

This commit is contained in:
Garrett Honeycutt 2014-01-24 20:35:21 -05:00
parent c5d8868fdf
commit 0f17236f75

View File

@ -1,6 +1,7 @@
--- ---
env: env:
- PUPPET_VERSION=3.3.2 - PUPPET_VERSION=3.3.2
- PUPPET_VERSION=3.4.2
notifications: notifications:
email: false email: false
rvm: rvm:
@ -11,6 +12,7 @@ matrix:
fast_finish: true fast_finish: true
allow_failures: allow_failures:
- rvm: 2.0.0 - rvm: 2.0.0
- env: PUPPET_VERSION=3.4.2
language: ruby language: ruby
before_script: "gem install --no-ri --no-rdoc bundler" before_script: "gem install --no-ri --no-rdoc bundler"
script: 'bundle exec rake validate && bundle exec rake lint && SPEC_OPTS="--format documentation" bundle exec rake spec' script: 'bundle exec rake validate && bundle exec rake lint && SPEC_OPTS="--format documentation" bundle exec rake spec'