diff --git a/.travis.yml b/.travis.yml index 23e641a8..d9afaa3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ --- +os: linux dist: xenial language: ruby cache: bundler @@ -15,7 +16,7 @@ script: - 'SIMPLECOV=yes bundle exec rake $CHECK' bundler_args: --without system_tests rvm: - - 2.5.3 + - 2.5.7 env: global: - HONEYCOMB_WRITEKEY="7f3c63a70eecc61d635917de46bea4e6",HONEYCOMB_DATASET="litmus tests" @@ -23,7 +24,7 @@ stages: - static - spec - acceptance -matrix: +jobs: fast_finish: true include: - @@ -35,7 +36,7 @@ matrix: stage: spec - env: PUPPET_GEM_VERSION="~> 6.0" CHECK=parallel_spec - rvm: 2.5.3 + rvm: 2.5.7 stage: spec branches: only: diff --git a/metadata.json b/metadata.json index 80699778..1dd7d68c 100644 --- a/metadata.json +++ b/metadata.json @@ -47,7 +47,7 @@ "tsql", "database" ], - "pdk-version": "1.16.0", + "pdk-version": "1.17.0", "template-url": "https://github.com/puppetlabs/pdk-templates#master", - "template-ref": "heads/master-0-g5d52853" + "template-ref": "1.17.0-0-gd3a4319" }