summaryrefslogtreecommitdiff
path: root/.sync.yml
diff options
context:
space:
mode:
Diffstat (limited to '.sync.yml')
-rw-r--r--.sync.yml23
1 files changed, 16 insertions, 7 deletions
diff --git a/.sync.yml b/.sync.yml
index 21e872e..34cfb5f 100644
--- a/.sync.yml
+++ b/.sync.yml
@@ -1,9 +1,18 @@
---
-.travis.yml:
- script: "\"bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--color --format documentation'\""
-Rakefile:
- unmanaged: true
-Gemfile:
- unmanaged: true
+.gitignore:
+ paths:
+ - '!spec/fixtures/'
+ - 'spec/fixtures/manifests/site.pp'
+ - 'spec/fixtures/modules/*'
+
spec/spec_helper.rb:
- unmanaged: true
+ 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