add testing branchs and 3.1 to matrix

This commit is contained in:
Dan Bode 2013-03-05 14:39:34 -08:00
parent 2362f321ac
commit 20cd79fbc2

View File

@ -5,10 +5,16 @@ rvm:
- 1.8.7 - 1.8.7
- 1.9.3 - 1.9.3
- ruby-head - ruby-head
branches:
only:
- master
- folsom
- essex
env: env:
- PUPPET_GEM_VERSION="~> 2.6" - PUPPET_GEM_VERSION="~> 2.6"
- PUPPET_GEM_VERSION="~> 2.7" - PUPPET_GEM_VERSION="~> 2.7"
- PUPPET_GEM_VERSION="~> 3.0" - PUPPET_GEM_VERSION="~> 3.0"
- PUPPET_GEM_VERSION="~> 3.1"
matrix: matrix:
allow_failures: allow_failures:
- rvm: ruby-head - rvm: ruby-head