Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request rodjek#161 from rodjek/travis-puppet
Browse files Browse the repository at this point in the history
Add puppet 3.3 and 3.4 to Travis
  • Loading branch information
carlossg committed Jan 3, 2014
2 parents 23f5e34 + c2f48be commit 5effc62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions .travis.yml
@@ -1,22 +1,19 @@
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
notifications:
email:
- tim@github.com
env:
- PUPPET_VERSION=2.6.18
- PUPPET_VERSION=2.7.23
- PUPPET_VERSION=3.0.2
- PUPPET_VERSION=3.1.1
- PUPPET_VERSION=3.2.4
matrix:
exclude:
- rvm: 1.9.2
env: PUPPET_VERSION=2.6.18
- rvm: 1.9.3
env: PUPPET_VERSION=2.6.18
- PUPPET_VERSION=3.3.2
- PUPPET_VERSION=3.4.1

before_install:
- gem update --system 2.1.11 # todo: workaround for https://github.com/rubygems/rubygems/pull/763

before_script:
- bundle list
2 changes: 1 addition & 1 deletion librarian-puppet.gemspec
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rspec"
s.add_development_dependency "cucumber"
s.add_development_dependency "aruba"
s.add_development_dependency "puppet"
s.add_development_dependency "puppet", ENV["PUPPET_VERSION"]
s.add_development_dependency "minitest", "~> 5"
s.add_development_dependency "mocha"
end

0 comments on commit 5effc62

Please sign in to comment.