Skip to content

Commit 3c29f05

Browse files
authored
Merge pull request #1042 from puppetlabs/msync_MODULES-6339
(maint) modulesync 65530a4 Update Travis
2 parents 26dc6ff + 4f6b5b2 commit 3c29f05

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#This file is generated by ModuleSync, do not edit.Z
1+
# This file is generated by ModuleSync, do not edit.
22
*.iml
33
.*.sw[op]
44
.DS_Store

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ sudo: false
44
language: ruby
55
cache: bundler
66
script: "bundle exec rake release_checks"
7-
#Inserting below due to the following issue: https://github.com/travis-ci/travis-ci/issues/3531#issuecomment-88311203
8-
before_install:
9-
- gem update bundler
107
matrix:
118
fast_finish: true
129
include:

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ group :system_tests do
6060
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'])
6161
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || '~> 0.1')
6262
gem "puppet-blacksmith", '~> 3.4', :require => false
63-
gem "beaker-task_helper"
6463
end
6564

6665
gem 'puppet', *location_for(ENV['PUPPET_GEM_VERSION'])

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Puppet Module - puppetlabs-mysql
22

3-
Copyright 2017 Puppet, Inc.
3+
Copyright 2018 Puppet, Inc.
44

55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)