travis: test on Puppet 4 for real
No need to test with future parser, the real thing is here.
This commit is contained in:
parent
8d36089dff
commit
941de4674e
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ matrix:
|
|||
- rvm: 2.1.0
|
||||
env: PUPPET_GEM_VERSION="~> 3.0"
|
||||
- rvm: 2.1.0
|
||||
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
|
||||
env: PUPPET_GEM_VERSION="~> 4.0"
|
||||
allow_failures:
|
||||
- rvm: 1.8.7
|
||||
env: PUPPET_GEM_VERSION="~> 2.7.0"
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -12,7 +12,7 @@ group :rake, :test do
|
|||
end
|
||||
|
||||
group :rake do
|
||||
gem 'rspec-puppet', '>=2', :require => false
|
||||
gem 'rspec-puppet', '>=2.1.0', :require => false
|
||||
gem 'rake', '>=0.9.2.2'
|
||||
gem 'puppet-lint', '>=1.0.1'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue