(MODULES-7023) Update .sync.yml for pdk update
This commit is contained in:
30
.sync.yml
30
.sync.yml
@@ -1,35 +1,13 @@
|
||||
---
|
||||
appveyor.yml:
|
||||
environment:
|
||||
PUPPET_GEM_VERSION: "~> 4.0"
|
||||
matrix:
|
||||
- RUBY_VERSION: 24-x64
|
||||
CHECK: "syntax lint"
|
||||
- RUBY_VERSION: 24-x64
|
||||
CHECK: metadata_lint
|
||||
- RUBY_VERSION: 24-x64
|
||||
CHECK: rubocop
|
||||
- RUBY_VERSION: 24-x64
|
||||
PUPPET_GEM_VERSION: "~> 5.0"
|
||||
CHECK: spec
|
||||
|
||||
.travis.yml:
|
||||
env:
|
||||
- PUPPET_GEM_VERSION="~> 5.0" CHECK=spec
|
||||
bundle_args: --without system_tests
|
||||
docker_sets:
|
||||
- set: docker/centos-7
|
||||
options:
|
||||
- set: docker/ubuntu-14.04
|
||||
options:
|
||||
docker_defaults:
|
||||
bundler_args: ""
|
||||
secure: ""
|
||||
branches:
|
||||
- release
|
||||
extras:
|
||||
- rvm: 2.1.9
|
||||
script: "\"bundle exec rake release_checks\""
|
||||
|
||||
Gemfile:
|
||||
required:
|
||||
@@ -52,10 +30,6 @@ Gemfile:
|
||||
from_env: BEAKER_HOSTGENERATOR_VERSION
|
||||
- gem: beaker-rspec
|
||||
from_env: BEAKER_RSPEC_VERSION
|
||||
':development':
|
||||
- gem: puppet-blacksmith
|
||||
version: '~> 3.4'
|
||||
|
||||
Rakefile:
|
||||
requires:
|
||||
- puppet_blacksmith/rake_tasks
|
||||
appveyor.yml:
|
||||
delete: true
|
||||
|
||||
Reference in New Issue
Block a user