Skip to content

Commit

Permalink
adding more travis configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
liamjbennett committed Jun 5, 2014
1 parent 47575be commit 823521a
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
---
language: ruby
bundler_args: --without development
before_install: rm Gemfile.lock || true
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
script: bundle exec rake spec
- 1.8.7
- 1.9.3
- 2.0.0
script: bundle exec rake test
env:
- PUPPET_VERSION="~> 2.7.0"
- PUPPET_VERSION="~> 3.1.0"
- PUPPET_VERSION="~> 3.2.0"
- PUPPET_VERSION="~> 3.3.0"
- PUPPET_VERSION="~> 3.4.0"
- PUPPET_VERSION="~> 3.5.0"
- PUPPET_VERSION="2.7.25"
- PUPPET_VERSION="3.3.0"
- PUPPET_VERSION="3.1.0"
- PUPPET_VERSION="3.2.1"
- PUPPET_VERSION="3.3.0"
- PUPPET_VERSION="3.4.0"
- PUPPET_VERSION="3.5.1"
- PUPPET_VERSION="3.6.0"
matrix:
exclude:
- rvm: 2.0.0
env: PUPPET_VERSION="2.7.25"
- rvm: 2.0.0
env: PUPPET_VERSION="3.0.0"
- rvm: 2.0.0
env: PUPPET_VERSION="3.1.0"

0 comments on commit 823521a

Please sign in to comment.