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:
|
||||
fast_finish: true
|
||||
include:
|
||||
- rvm: 2.1
|
||||
- rvm: 2.3
|
||||
env: PUPPET_GEM_VERSION="~> 4.0"
|
||||
script: "bundle exec rake validate"
|
||||
- rvm: 2.1
|
||||
- rvm: 2.3
|
||||
env: PUPPET_GEM_VERSION="~> 4.0"
|
||||
script: "bundle exec rake spec SPEC_OPTS='--format documentation'"
|
||||
- rvm: 2.1
|
||||
- rvm: 2.3
|
||||
env: PUPPET_GEM_VERSION="~> 4.0"
|
||||
script: "bundle exec rake beaker"
|
||||
services: docker
|
||||
sudo: required
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
"dependencies": [
|
||||
{ "name": "puppetlabs-stdlib","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": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user