Skip to content

Commit 5626f9c

Browse files
authored
Merge pull request #417 from voxpupuli/modulesync
modulesync 1.9.4
2 parents ba4c71d + 2969006 commit 5626f9c

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.msync.yml

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

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@ sudo: false
33
dist: trusty
44
language: ruby
55
cache: bundler
6-
# related to https://github.com/rubygems/rubygems/issues/2123
76
before_install:
8-
- 'rm -f Gemfile.lock'
9-
- 'gem update --system'
10-
- 'gem install bundler'
7+
- rm -f Gemfile.lock
118
script:
129
- 'bundle exec rake $CHECK'
1310
matrix:
@@ -43,7 +40,7 @@ deploy:
4340
provider: puppetforge
4441
user: puppet
4542
password:
46-
secure: "D0l5n9nSaR4BTQ/fB95EWk0CuiSjLCaYDo6W5hesyaehBACbQqexEGBW2XLRlAIGz4QHgA6z87gu1Y7FMuot7xJXqgur4NU4pbrdzjz/gLuVPRxxWEmAp68yBwkwO2QoC3ISfzgRJjOMlTfAjM7dROpAoRPuNDMFGdAoC259ggA="
43+
secure: ""
4744
on:
4845
tags: true
4946
# all_branches is required to use tags

0 commit comments

Comments
 (0)