add Puppet future parser to Travis matrix
Only Puppet 3.5 for now; rspec-puppet doesn't work with anything higher. Allow failures since future parser is still pre-release.
This commit is contained in:
parent
5c4051054b
commit
c3d1149da9
1 changed files with 4 additions and 0 deletions
|
@ -19,10 +19,14 @@ matrix:
|
|||
env: PUPPET_GEM_VERSION="~> 3.0"
|
||||
- rvm: 2.1.0
|
||||
env: PUPPET_GEM_VERSION="~> 3.0"
|
||||
- rvm: 2.1.0
|
||||
env: PUPPET_GEM_VERSION="~> 3.5.0" FUTURE_PARSER="yes"
|
||||
allow_failures:
|
||||
- rvm: 1.8.7
|
||||
env: PUPPET_GEM_VERSION="~> 2.7.0"
|
||||
- rvm: 1.8.7
|
||||
env: PUPPET_GEM_VERSION="~> 3.0"
|
||||
- rvm: 2.1.0
|
||||
env: PUPPET_GEM_VERSION="~> 3.5.0" FUTURE_PARSER="yes"
|
||||
notifications:
|
||||
email: false
|
||||
|
|
Loading…
Reference in a new issue