1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2025-09-23 03:19:29 +00:00

Merge pull request #1 from loomsen/test_travis

Fix travis checks
This commit is contained in:
Oleg Ginzburg
2018-10-20 15:02:57 +03:00
committed by GitHub
2 changed files with 4 additions and 5 deletions

View File

@@ -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

View File

@@ -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": [
{