Skip to content

Commit

Permalink
add travis-ci testing with ruby 2.0.0 and puppet 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Aug 4, 2013
1 parent 4732693 commit c1141d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- ruby-head
env:
- PUPPET_GEM_VERSION="~> 2.7.0"
- PUPPET_GEM_VERSION="~> 3.0.0"
- PUPPET_GEM_VERSION="~> 3.1.0"
- PUPPET_GEM_VERSION="~> 3.2.1"
matrix:
allow_failures:
- rvm: ruby-head
Expand Down

0 comments on commit c1141d8

Please sign in to comment.