mirror of
https://github.com/krislamo/puppet-rsnapshot
synced 2024-11-10 00:00:35 +00:00
commit
0ec04544fd
@ -5,17 +5,16 @@ cache: bundler
|
|||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- rvm: 2.1
|
- rvm: 2.3
|
||||||
env: PUPPET_GEM_VERSION="~> 4.0"
|
env: PUPPET_GEM_VERSION="~> 4.0"
|
||||||
script: "bundle exec rake validate"
|
script: "bundle exec rake validate"
|
||||||
- rvm: 2.1
|
- rvm: 2.3
|
||||||
env: PUPPET_GEM_VERSION="~> 4.0"
|
env: PUPPET_GEM_VERSION="~> 4.0"
|
||||||
script: "bundle exec rake spec SPEC_OPTS='--format documentation'"
|
script: "bundle exec rake spec SPEC_OPTS='--format documentation'"
|
||||||
- rvm: 2.1
|
- rvm: 2.3
|
||||||
env: PUPPET_GEM_VERSION="~> 4.0"
|
env: PUPPET_GEM_VERSION="~> 4.0"
|
||||||
script: "bundle exec rake beaker"
|
script: "bundle exec rake beaker"
|
||||||
services: docker
|
services: docker
|
||||||
sudo: required
|
sudo: required
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
"dependencies": [
|
"dependencies": [
|
||||||
{ "name": "puppetlabs-stdlib","version_requirement": ">= 1.0.0" },
|
{ "name": "puppetlabs-stdlib","version_requirement": ">= 1.0.0" },
|
||||||
{ "name": "stahnma-epel","version_requirement": ">= 1.0.0" },
|
{ "name": "stahnma-epel","version_requirement": ">= 1.0.0" },
|
||||||
{ "name": "puppetlabs-concat","version_requirement": ">= 2.0.0 < 3.0.0" }
|
{ "name": "puppetlabs-concat","version_requirement": ">= 2.0.0" }
|
||||||
],
|
],
|
||||||
"operatingsystem_support": [
|
"operatingsystem_support": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user