1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2024-09-19 17:10:34 +00:00
puppet-rsnapshot/.travis.yml
2017-02-07 17:37:24 +01:00

16 lines
299 B
YAML

---
sudo: false
language: ruby
rvm:
- 2.1
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