Skip to content

Commit bedd7bc

Browse files
authored
Merge pull request #223 from dylanratcliffe/update_test_matrix
Added test matrix for Puppet 6
2 parents d41891c + f8194e9 commit bedd7bc

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.fixtures.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
fixtures:
22
repositories:
33
"stdlib": "https://github.com/puppetlabs/puppetlabs-stdlib.git"
4+
forge_modules:
5+
mount_core: "puppetlabs/mount_core"
46
symlinks:
57
"lvm": "#{source_dir}"

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ matrix:
2020
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes" RUBYGEMS_VERSION=2.7.8
2121
- rvm: 2.3.1
2222
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes"
23+
- rvm: 2.4.4
24+
env: PUPPET_GEM_VERSION="~> 5.0" STRICT_VARIABLES="yes"
25+
- rvm: 2.5.1
26+
env: PUPPET_GEM_VERSION="~> 6.0" STRICT_VARIABLES="yes"
2327

2428
notifications:
2529
email: false

metadata.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
{
1212
"name": "puppetlabs/stdlib",
1313
"version_requirement": ">= 4.13.1 < 5.0.0"
14+
},
15+
{
16+
"name": "puppetlabs/mount_core",
17+
"version_requirement": ">= 1.0.0 < 2.0.0"
1418
}
1519
],
1620
"data_provider": null,

0 commit comments

Comments
 (0)