mirror of
https://github.com/krislamo/puppet-rsnapshot
synced 2024-11-10 00:00:35 +00:00
13 lines
285 B
YAML
13 lines
285 B
YAML
---
|
|
sudo: false
|
|
language: ruby
|
|
cache: bundler
|
|
bundler_args: --without system_tests
|
|
script: "bundle exec rake validate && bundle exec rake spec SPEC_OPTS='--format documentation'"
|
|
matrix:
|
|
fast_finish: true
|
|
include:
|
|
env: PUPPET_GEM_VERSION="~> 4.0"
|
|
notifications:
|
|
email: false
|