Skip to content

Commit c5b34b5

Browse files
authored
Merge pull request #135 from voxpupuli/modulesync
modulesync 2.0.0
2 parents 995ab52 + 7248a1d commit c5b34b5

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.msync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
modulesync_config_version: '1.9.6'
1+
modulesync_config_version: '2.0.0'

.overcommit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ PrePush:
5858
enabled: true
5959
description: 'Run rake targets'
6060
targets:
61+
- 'validate'
6162
- 'test'
6263
- 'rubocop'
6364
command: [ 'bundle', 'exec', 'rake' ]

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,24 @@ matrix:
3131
env: PUPPET_INSTALL_TYPE=agent BEAKER_IS_PE=no BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_debug=true BEAKER_setfile=ubuntu1604-64{hypervisor=docker} CHECK=beaker
3232
services: docker
3333
sudo: required
34+
- rvm: 2.5.1
35+
bundler_args: --without development release
36+
dist: trusty
37+
env: PUPPET_INSTALL_TYPE=agent BEAKER_IS_PE=no BEAKER_PUPPET_COLLECTION=puppet6-nightly BEAKER_debug=true BEAKER_setfile=ubuntu1604-64{hypervisor=docker} CHECK=beaker
38+
services: docker
39+
sudo: required
3440
- rvm: 2.5.1
3541
bundler_args: --without development release
3642
dist: trusty
3743
env: PUPPET_INSTALL_TYPE=agent BEAKER_IS_PE=no BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_debug=true BEAKER_setfile=centos7-64{hypervisor=docker} CHECK=beaker
3844
services: docker
3945
sudo: required
46+
- rvm: 2.5.1
47+
bundler_args: --without development release
48+
dist: trusty
49+
env: PUPPET_INSTALL_TYPE=agent BEAKER_IS_PE=no BEAKER_PUPPET_COLLECTION=puppet6-nightly BEAKER_debug=true BEAKER_setfile=centos7-64{hypervisor=docker} CHECK=beaker
50+
services: docker
51+
sudo: required
4052
branches:
4153
only:
4254
- master

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ group :system_tests do
6464
end
6565

6666
group :release do
67-
gem 'github_changelog_generator', :require => false, :git => 'https://github.com/skywinder/github-changelog-generator' if RUBY_VERSION >= '2.2.2'
67+
gem 'github_changelog_generator', :require => false, :git => 'https://github.com/github-changelog-generator/github-changelog-generator' if RUBY_VERSION >= '2.2.2'
6868
gem 'puppet-blacksmith', :require => false
6969
gem 'voxpupuli-release', :require => false, :git => 'https://github.com/voxpupuli/voxpupuli-release-gem'
7070
gem 'puppet-strings', '>= 1.0', :require => false

0 commit comments

Comments
 (0)