Skip to content

Commit bf1f3de

Browse files
author
Colleen Murphy
committed
Add testing on Ruby 1.8.7 with Puppet 3 to travis.yml
1 parent b0a365b commit bf1f3de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake
55
matrix:
66
fast_finish: true
77
include:
8+
- rvm: 1.8.7
9+
env: PUPPET_GEM_VERSION="~> 3.0"
810
- rvm: 1.9.3
911
env: PUPPET_GEM_VERSION="~> 3.0"
1012
- rvm: 2.0.0

0 commit comments

Comments
 (0)