Skip to content

Commit 44bba42

Browse files
authoredJan 3, 2019
Merge pull request #1153 from puppetlabs/pdksync_pdksync_heads/master-0-g9c815ea
pdksync - pdksync_heads/master-0-g9c815ea
2 parents 17c37fa + 7344671 commit 44bba42

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed
 

‎.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ dist: trusty
33
language: ruby
44
cache: bundler
55
before_install:
6+
- if [ $BUNDLER_VERSION ]; then
7+
gem install -v $BUNDLER_VERSION bundler --no-rdoc --no-ri;
8+
fi
69
- bundle -v
710
- rm -f Gemfile.lock
811
- gem update --system $RUBYGEMS_VERSION
@@ -43,7 +46,7 @@ matrix:
4346
env: PUPPET_GEM_VERSION="~> 5.0" CHECK=parallel_spec
4447
rvm: 2.4.4
4548
-
46-
env: PUPPET_GEM_VERSION="~> 4.0" CHECK=parallel_spec RUBYGEMS_VERSION=2.7.8
49+
env: PUPPET_GEM_VERSION="~> 4.0" CHECK=parallel_spec RUBYGEMS_VERSION=2.7.8 BUNDLER_VERSION=1.17.3
4750
rvm: 2.1.9
4851
branches:
4952
only:

‎metadata.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@
8181
],
8282
"description": "MySQL module",
8383
"template-url": "https://github.com/puppetlabs/pdk-templates/",
84-
"template-ref": "heads/master-0-g20af4c6",
85-
"pdk-version": "1.8.0"
86-
}
84+
"template-ref": "heads/master-0-g9c815ea",
85+
"pdk-version": "1.7.1"
86+
}

0 commit comments

Comments
 (0)