Skip to content

Commit

Permalink
update travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Jan 25, 2015
1 parent a5c4d09 commit 4a079e5
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
sudo: false
language: ruby
bundler_args: --without beaker
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.4
- 2.0
- 2.1
- 2.2
env:
- PUPPET_GEM_VERSION="~> 2.7"
- PUPPET_GEM_VERSION="~> 3.3"
- PUPPET_GEM_VERSION="~> 3.7" FUTURE_PARSER="yes"
matrix:
allow_failures:
- rvm: 2.2
- rvm: ruby-head
exclude:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 2.7"
- rvm: 2.0.0
- rvm: 2.0
env: PUPPET_GEM_VERSION="~> 2.7"
- rvm: 2.1.4
- rvm: 2.1
env: PUPPET_GEM_VERSION="~> 2.7"
- rvm: 2.2
env: PUPPET_GEM_VERSION="~> 2.7"
fast_finish: true
notifications:
Expand Down

0 comments on commit 4a079e5

Please sign in to comment.