diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..bb103ea --- /dev/null +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 7ce982f..b6d4ee6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 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 1. [Description](#description)