Skip to content

Commit

Permalink
update travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Feb 10, 2014
1 parent e22a87a commit 7ea6c6a
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,22 @@ rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- ruby-head
script: "rake all"
branches:
only:
- rspec_infrastructure
env:
- PUPPET_GEM_VERSION="2.7.14"
- PUPPET_GEM_VERSION="~> 2.7"
- PUPPET_GEM_VERSION="~> 3.3"
matrix:
allow_failures:
- rvm: ruby-head
exclude:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="2.7.14"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="2.7.14"
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 2.7"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 2.7"
fast_finish: true
notifications:
email: false

0 comments on commit 7ea6c6a

Please sign in to comment.