diff options
author | Colleen Murphy <colleen@puppetlabs.com> | 2015-03-23 12:04:20 -0700 |
---|---|---|
committer | Colleen Murphy <colleen@puppetlabs.com> | 2015-03-23 12:04:20 -0700 |
commit | 6ec1fc6a118579c4983aecf5275dbfdd00f59392 (patch) | |
tree | 4ff3144a9a655d80386a75bdc6bc2ff20ad57af2 | |
parent | 1089bf192413a9b6f64d1087cc623d6532477337 (diff) | |
download | puppet-vcsrepo-6ec1fc6a118579c4983aecf5275dbfdd00f59392.tar.gz puppet-vcsrepo-6ec1fc6a118579c4983aecf5275dbfdd00f59392.tar.bz2 |
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.
-rw-r--r-- | .sync.yml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: |