summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColleen Murphy <colleen@puppetlabs.com>2015-03-23 12:04:20 -0700
committerColleen Murphy <colleen@puppetlabs.com>2015-03-23 12:04:20 -0700
commit6ec1fc6a118579c4983aecf5275dbfdd00f59392 (patch)
tree4ff3144a9a655d80386a75bdc6bc2ff20ad57af2
parent1089bf192413a9b6f64d1087cc623d6532477337 (diff)
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.yml5
1 files changed, 5 insertions, 0 deletions
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: