Skip to content

Commit 9f15449

Browse files
authored
Merge pull request #348 from puppetlabs/pdksync_PDK_UPDATE
pdksync - (maint) - Pdk Update
2 parents 0b7b5ed + 68e23d2 commit 9f15449

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
os: linux
23
dist: xenial
34
language: ruby
45
cache: bundler
@@ -15,15 +16,15 @@ script:
1516
- 'SIMPLECOV=yes bundle exec rake $CHECK'
1617
bundler_args: --without system_tests
1718
rvm:
18-
- 2.5.3
19+
- 2.5.7
1920
env:
2021
global:
2122
- HONEYCOMB_WRITEKEY="7f3c63a70eecc61d635917de46bea4e6",HONEYCOMB_DATASET="litmus tests"
2223
stages:
2324
- static
2425
- spec
2526
- acceptance
26-
matrix:
27+
jobs:
2728
fast_finish: true
2829
include:
2930
-
@@ -35,7 +36,7 @@ matrix:
3536
stage: spec
3637
-
3738
env: PUPPET_GEM_VERSION="~> 6.0" CHECK=parallel_spec
38-
rvm: 2.5.3
39+
rvm: 2.5.7
3940
stage: spec
4041
branches:
4142
only:

metadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"tsql",
4848
"database"
4949
],
50-
"pdk-version": "1.16.0",
50+
"pdk-version": "1.17.0",
5151
"template-url": "https://github.com/puppetlabs/pdk-templates#master",
52-
"template-ref": "heads/master-0-g5d52853"
52+
"template-ref": "1.17.0-0-gd3a4319"
5353
}

0 commit comments

Comments
 (0)