Skip to content

Commit a3d35b6

Browse files
committed
(MODULES-6881) - Removing duplication in .sync.yml
1 parent 9b38657 commit a3d35b6

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

.sync.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
secure: ""
99
branches:
1010
- release
11-
extras:
12-
- env: CHECK=release_checks
13-
rvm: 2.1.9
1411

1512
Gemfile:
1613
required:
@@ -33,13 +30,9 @@ Gemfile:
3330
from_env: BEAKER_HOSTGENERATOR_VERSION
3431
- gem: beaker-rspec
3532
from_env: BEAKER_RSPEC_VERSION
36-
':development':
37-
- gem: puppet-blacksmith
38-
version: '~> 3.4'
3933

4034
Rakefile:
4135
requires:
42-
- puppet_blacksmith/rake_tasks
4336
- puppet-lint/tasks/puppet-lint
4437

4538
.rubocop.yml:

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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
1010
- gem update bundler
1111
- gem --version
@@ -42,14 +42,13 @@ matrix:
4242
env: CHECK="syntax lint"
4343
-
4444
env: CHECK=metadata_lint
45+
-
46+
env: CHECK=release_checks
4547
-
4648
env: CHECK=spec
4749
-
4850
env: PUPPET_GEM_VERSION="~> 4.0" CHECK=spec
4951
rvm: 2.1.9
50-
-
51-
env: CHECK=release_checks
52-
rvm: 2.1.9
5352
branches:
5453
only:
5554
- master

0 commit comments

Comments
 (0)