update travis file to add 2.6 and 3.1 support
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
language: ruby
|
language: ruby
|
||||||
bundler_args: --without development
|
bundler_args: --without development
|
||||||
|
before_script:
|
||||||
|
- echo $PUPPET_GEM_VERSION | grep '2.6' && git clone git://github.com/puppetlabs/puppetlabs-create_resources.git spec/fixtures/modules/create_resources || true
|
||||||
script: "bundle exec rake spec SPEC_OPTS='--format documentation'"
|
script: "bundle exec rake spec SPEC_OPTS='--format documentation'"
|
||||||
rvm:
|
rvm:
|
||||||
- 1.8.7
|
- 1.8.7
|
||||||
@@ -11,8 +13,10 @@ branches:
|
|||||||
- folsom
|
- folsom
|
||||||
- essex
|
- essex
|
||||||
env:
|
env:
|
||||||
|
- 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
|
||||||
|
Reference in New Issue
Block a user