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

15 lines
299 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:
2017-02-07 16:45:23 +00:00
rvm: 2.1
2015-12-19 10:16:05 +00:00
env: PUPPET_GEM_VERSION="~> 4.0"
notifications:
email: false
2017-02-07 16:37:24 +00:00