Skip to content

Commit 0086f7d

Browse files
author
Colleen Murphy
committed
Keep testing on puppet 2.7 and drop strict vars
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. This also drops testing on strict variables.
1 parent 65201d9 commit 0086f7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.sync.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
.travis.yml:
33
extras:
4-
- rvm: 1.9.3
5-
env: PUPPET_GEM_VERSION="~> 3.5" STRICT_VARIABLES="yes"
6-
- rvm: 2.0.0
7-
env: PUPPET_GEM_VERSION="~> 3.5" STRICT_VARIABLES="yes"
4+
- rvm: 1.8.7
5+
env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.6.0"
6+
- rvm: 1.8.7
7+
env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.7.0"
88
spec/spec_helper.rb:
99
unmanaged: true

0 commit comments

Comments
 (0)