1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2024-09-19 20:20:35 +00:00

added travis.yml

This commit is contained in:
Max Wilhelm 2015-12-07 12:34:35 +01:00
parent 99675255e5
commit 6d2f4b43d9
2 changed files with 20 additions and 0 deletions

18
.travis.yml Normal file
View File

@ -0,0 +1,18 @@
---
sudo: false
language: ruby
bundler_args: --without system_tests
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
matrix:
fast_finish: true
include:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.1.5
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.1.5
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
- rvm: 2.1.6
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes"
notifications:
email: max.wilhelm@wywy.com

View File

@ -1,5 +1,7 @@
# wywygmbh/fluentd Puppet Module # wywygmbh/fluentd Puppet Module
[![Build Status](https://travis-ci.org/wywygmbh/puppet-fluentd.svg?branch=master)](https://travis-ci.org/wywygmbh/puppet-fluentd)
#### Table of Contents #### Table of Contents
1. [Description](#description) 1. [Description](#description)