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

16 lines
299 B
YAML
Raw Normal View History

2015-12-19 10:16:05 +00:00
---
sudo: false
language: ruby
2017-02-07 16:37:24 +00:00
rvm:
- 2.1
2015-12-19 10:16:05 +00:00
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
2017-02-07 16:37:24 +00:00