blob: 34cfb5f391d256284a662eb706371cdb39a47395 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
.gitignore:
paths:
- '!spec/fixtures/'
- 'spec/fixtures/manifests/site.pp'
- 'spec/fixtures/modules/*'
spec/spec_helper.rb:
allow_deprecations: true
.travis.yml:
extras:
- rvm: 2.1.9
env: PUPPET_GEM_VERSION="~> 4.6.0"
bundler_args: --without system_tests
- rvm: 2.1.9
env: PUPPET_GEM_VERSION="~> 4.7.0"
bundler_args: --without system_tests
|