Add testing on Ruby 1.8.7 with Puppet 3 to travis.yml
This commit is contained in:
parent
b0a365ba37
commit
bf1f3dedd6
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake
|
|||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
- rvm: 1.8.7
|
||||
env: PUPPET_GEM_VERSION="~> 3.0"
|
||||
- rvm: 1.9.3
|
||||
env: PUPPET_GEM_VERSION="~> 3.0"
|
||||
- rvm: 2.0.0
|
||||
|
|
Loading…
Reference in a new issue