blob: 02c6c83b8331d2ea425fd9dd7c288b9c5e5de88f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
.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:
unmanaged: true
|