Skip to content

Commit 4140898

Browse files
authored
Merge pull request #1067 from HelenCampbell/syncupdate
(MODULES-7023) Update .sync.yml for pdk update
2 parents 346f70e + a023d81 commit 4140898

File tree

2 files changed

+11
-25
lines changed

2 files changed

+11
-25
lines changed

.sync.yml

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,14 @@
11
---
2-
appveyor.yml:
3-
environment:
4-
PUPPET_GEM_VERSION: "~> 4.0"
5-
matrix:
6-
- RUBY_VERSION: 24-x64
7-
CHECK: "syntax lint"
8-
- RUBY_VERSION: 24-x64
9-
CHECK: metadata_lint
10-
- RUBY_VERSION: 24-x64
11-
CHECK: rubocop
12-
132
.travis.yml:
14-
bundle_args: --without system_tests
153
docker_sets:
164
- set: docker/centos-7
17-
options:
185
- set: docker/ubuntu-14.04
19-
options:
206
docker_defaults:
217
bundler_args: ""
228
secure: ""
239
branches:
2410
- release
25-
extras:
26-
- rvm: 2.1.9
27-
script: "\"bundle exec rake release_checks\""
28-
11+
2912
Gemfile:
3013
required:
3114
':system_tests':
@@ -48,13 +31,13 @@ Gemfile:
4831
- gem: beaker-rspec
4932
from_env: BEAKER_RSPEC_VERSION
5033
':development':
51-
- gem: puppet-blacksmith
52-
version: '~> 3.4'
5334
- gem: puppet-lint-i18n
5435

36+
appveyor.yml:
37+
delete: true
38+
5539
Rakefile:
5640
requires:
57-
- puppet_blacksmith/rake_tasks
5841
- puppet_pot_generator/rake_tasks
5942

6043
spec/spec_helper.rb:

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,17 @@ language: ruby
55
cache: bundler
66
before_install:
77
- bundle -v
8-
- rm Gemfile.lock || true
8+
- rm -f Gemfile.lock
99
- gem update --system
10+
- gem update bundler
1011
- gem --version
1112
- bundle -v
1213
script:
1314
- 'bundle exec rake $CHECK'
1415
bundler_args: --without system_tests
1516
rvm:
1617
- 2.4.1
17-
- 2.1.9
1818
env:
19-
- PUPPET_GEM_VERSION="~> 4.0" CHECK=spec
2019
- PUPPET_GEM_VERSION="~> 5.0" CHECK=spec
2120
matrix:
2221
fast_finish: true
@@ -44,8 +43,12 @@ matrix:
4443
-
4544
env: CHECK=metadata_lint
4645
-
46+
env: CHECK=release_checks
47+
-
48+
env: CHECK=spec
49+
-
50+
env: PUPPET_GEM_VERSION="~> 4.0" CHECK=spec
4751
rvm: 2.1.9
48-
script: "bundle exec rake release_checks"
4952
branches:
5053
only:
5154
- master

0 commit comments

Comments
 (0)