From 806325be4e8c5a6565ad594017d357d55b9a13ab Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Tue, 5 Mar 2013 14:03:17 -0800 Subject: [PATCH] update travis file to add 2.6 and 3.1 support --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index ae9c4c75..14486174 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: ruby 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'" rvm: - 1.8.7 @@ -11,8 +13,10 @@ branches: - folsom - essex env: + - PUPPET_GEM_VERSION="~> 2.6" - PUPPET_GEM_VERSION="~> 2.7" - PUPPET_GEM_VERSION="~> 3.0" + - PUPPET_GEM_VERSION="~> 3.1" matrix: allow_failures: - rvm: ruby-head