(maint) Addressing puppet-lint doc warnings
[puppet-modules/puppetlabs-apt.git] / .sync.yml
index 08e91a74a0e66990deaa36d68960ef473d3f5855..1f992a5c107d9fedb30803ea32e913f719630515 100644 (file)
--- a/.sync.yml
+++ b/.sync.yml
@@ -1,9 +1,17 @@
 ---
+appveyor.yml:
+  delete: true
+# override default cells to replace centos-7 with debian-8
 .travis.yml:
-  includes:
-  - rvm: 1.8.7
-    env: PUPPET_GEM_VERSION="~> 3.0"
-  - rvm: 1.9.3
-    env: PUPPET_GEM_VERSION="~> 3.0"
-  - rvm: 2.0.0
-    env: PUPPET_GEM_VERSION="~> 3.0"
+  docker_sets:
+  - set: docker/ubuntu-14.04
+  - set: docker/debian-8
+  extras:
+  - rvm: 2.1.9
+    script: bundle exec rake rubocop
+
+NOTICE:
+  unmanaged: true
+
+spec/spec_helper.rb:
+  allow_deprecations: true