1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2024-09-20 01:10:35 +00:00
puppet-rsnapshot/.travis.yml

13 lines
285 B
YAML
Raw Normal View History

2015-12-19 10:16:05 +00:00
---
sudo: false
language: ruby
cache: bundler
bundler_args: --without system_tests
2016-01-18 11:10:53 +00:00
script: "bundle exec rake validate && bundle exec rake spec SPEC_OPTS='--format documentation'"
2015-12-19 10:16:05 +00:00
matrix:
fast_finish: true
include:
env: PUPPET_GEM_VERSION="~> 4.0"
notifications:
email: false