Skip to content

Commit

Permalink
Added test matrix for Puppet 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Ratcliffe committed Nov 21, 2018
1 parent f8691e7 commit f8194e9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
fixtures:
repositories:
"stdlib": "https://github.com/puppetlabs/puppetlabs-stdlib.git"
forge_modules:
mount_core: "puppetlabs/mount_core"
symlinks:
"lvm": "#{source_dir}"
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ matrix:
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes"
- rvm: 2.3.1
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes"
- rvm: 2.4.4
env: PUPPET_GEM_VERSION="~> 5.0" STRICT_VARIABLES="yes"
- rvm: 2.5.1
env: PUPPET_GEM_VERSION="~> 6.0" STRICT_VARIABLES="yes"

notifications:
email: false
4 changes: 4 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.13.1 < 5.0.0"
},
{
"name": "puppetlabs/mount_core",
"version_requirement": ">= 1.0.0 < 2.0.0"
}
],
"data_provider": null,
Expand Down

0 comments on commit f8194e9

Please sign in to comment.