0086f7d77d
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.
9 lines
234 B
YAML
9 lines
234 B
YAML
---
|
|
.travis.yml:
|
|
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"
|
|
spec/spec_helper.rb:
|
|
unmanaged: true
|