Skip to content

Commit 3dc36ac

Browse files
add travis-ci files
1 parent 4b0c2ee commit 3dc36ac

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: ruby
2+
rvm:
3+
- 1.8.7
4+
- 1.9.2
5+
- 1.9.3
6+
notifications:
7+
email:
8+

Gemfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
source :rubygems
22

3-
gem 'puppet'
3+
gem 'puppet', '>= 2.7.0'
44

55
group :test do
6+
gem 'rake'
67
gem 'puppet-lint'
78
gem 'rspec-puppet', '~> 0.1.3'
89
end

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Puppet Exim4 module
22

3+
[![Build Status](https://secure.travis-ci.org/antonlindstrom/puppet-exim.png?branch=master)](http://travis-ci.org/antonlindstrom/puppet-exim)
4+
35
This module is very ad hoc and needs a lot of work. The main usage is to quickly spin up an MTA on your nodes.
46

57
In the future I would like to make this module a bit more configurable. I think the implementations will come as needed.

0 commit comments

Comments
 (0)