Skip to content

Commit

Permalink
add puppet 3.3, 3.4, remove 3.0 for rspec >= 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlambert121 committed Jan 10, 2014
1 parent 1b651eb commit df66481
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,25 @@ rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- ruby-head
before_install:
- gem update --system 2.1.11
script:
- "rake lint"
- "rake spec SPEC_OPTS='--format documentation'"
env:
- PUPPET_VERSION="~> 2.7.0"
- PUPPET_VERSION="~> 3.0.0"
- PUPPET_VERSION="~> 3.1.0"
- PUPPET_VERSION="~> 3.2.0"
- PUPPET_VERSION="~> 3.3.0"
- PUPPET_VERSION="~> 3.4.0"
matrix:
exclude:
- rvm: 1.9.3
env: PUPPET_VERSION="~> 2.7.0"
- rvm: 2.0.0
env: PUPPET_VERSION="~> 2.7.0"
- rvm: 2.0.0
env: PUPPET_VERSION="~> 3.0.0"
- rvm: 2.0.0
env: PUPPET_VERSION="~> 3.1.0"
- rvm: ruby-head
env: PUPPET_VERSION="~> 2.7.0"
- rvm: ruby-head
env: PUPPET_VERSION="~> 3.0.0"
- rvm: ruby-head
env: PUPPET_VERSION="~> 3.1.0"
allow_failures:
- rvm: ruby-head
notifications:
email: false

0 comments on commit df66481

Please sign in to comment.