From 6ec1fc6a118579c4983aecf5275dbfdd00f59392 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Mon, 23 Mar 2015 12:04:20 -0700 Subject: Keep testing on puppet 2.7 The modulesync config repo is dropping universal support for puppet 2.7, but individual repos should still keep support until the next naturally-occuring major release. --- .sync.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.sync.yml') diff --git a/.sync.yml b/.sync.yml index 6fa460a..02c6c83 100644 --- a/.sync.yml +++ b/.sync.yml @@ -1,6 +1,11 @@ --- .travis.yml: script: "\"bundle exec rake spec SPEC_OPTS='--format documentation'\"" + extras: + - rvm: 1.8.7 + env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.6.0" + - rvm: 1.8.7 + env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.7.0" Rakefile: unmanaged: true spec/spec_helper.rb: -- cgit v1.2.3