X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=.sync.yml;h=d4c7b223b1a36319e1423623cabcaf2ed9f9403d;hb=6c1fd8e819cc8ffb44ac187bb0fa7051d2958cc6;hp=59b44a0855465f74cce70ef8a003033f9ef960fa;hpb=3d3e2449f38c1f2abc5f02e8af8358ed27be7e53;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/.sync.yml b/.sync.yml index 59b44a0..d4c7b22 100644 --- a/.sync.yml +++ b/.sync.yml @@ -1,11 +1,33 @@ --- .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" - - rvm: 2.0.0 - env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes" ORDERING="random" + docker_sets: + - set: docker/debian-8 + - set: docker/ubuntu-14.04 + docker_defaults: + bundler_args: "" + secure: "" + branches: + - release + +Gemfile: + required: + ':system_tests': + - gem: 'puppet-module-posix-system-r#{minor_version}' + platforms: ruby + - gem: 'puppet-module-win-system-r#{minor_version}' + platforms: + - mswin + - mingw + - x64_mingw + optional: + ':development': + - gem: 'github_changelog_generator' + git: 'https://github.com/skywinder/github-changelog-generator' + ref: '20ee04ba1234e9e83eb2ffb5056e23d641c7a018' + condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')" + +appveyor.yml: + delete: true + +.gitlab-ci.yml: + unmanaged: true