Skip to content

Commit

Permalink
Add TravisCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
arioch committed Jul 25, 2013
1 parent 1bfcfdf commit ecdbacd
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
language: ruby

rvm:
- 1.8.7
- 1.9.3
- 2.0.0

matrix:
allow_failures:
- rvm: 2.0.0
env: PUPPET_VERSION="2.7"

before_install:
- 'gem install bundler'

script:
- 'rake spec'

env:
- PUPPET_VERSION="2.7"
- PUPPET_VERSION="3.0"
- PUPPET_VERSION="3.1"
- PUPPET_VERSION="3.2"

branches:
only:
- master
- develop

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Puppet Keepalived

## Build status

[![Build Status](https://travis-ci.org/arioch/puppet-keepalived.png?branch=master)](https://travis-ci.org/arioch/puppet-keepalived)

## Requirements

* [concat module](https://github.com/ripienaar/puppet-concat)
Expand Down

0 comments on commit ecdbacd

Please sign in to comment.