summaryrefslogtreecommitdiff
path: root/.sync.yml
blob: a870bb710307d6a3cd96e0209e9d9aa4ce8d11a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
NOTICE:
  unmanaged: true
.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