Update travis config file
This commit adds ruby 1.9.3, puppet 3.0.2 support and a build status image to the README.
This commit is contained in:
parent
7d5426aa28
commit
abf1be8f22
2 changed files with 16 additions and 1 deletions
15
.travis.yml
15
.travis.yml
|
@ -1,6 +1,7 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- 1.8.7
|
||||
- 1.9.3
|
||||
before_script:
|
||||
after_script:
|
||||
script: "rake spec"
|
||||
|
@ -8,9 +9,21 @@ branches:
|
|||
only:
|
||||
- master
|
||||
env:
|
||||
- PUPPET_VERSION=2.7.13
|
||||
- PUPPET_VERSION=3.0.2
|
||||
- PUPPET_VERSION=2.7.20
|
||||
- PUPPET_VERSION=2.7.6
|
||||
- PUPPET_VERSION=2.6.9
|
||||
matrix:
|
||||
exclude:
|
||||
- rvm: 1.9.3
|
||||
gemfile: .gemfile
|
||||
env: PUPPET_VERSION=2.6.9
|
||||
- rvm: 1.9.3
|
||||
gemfile: .gemfile
|
||||
env: PUPPET_VERSION=2.7.6
|
||||
- rvm: 1.9.3
|
||||
gemfile: .gemfile
|
||||
env: PUPPET_VERSION=2.7.20
|
||||
notifications:
|
||||
email: false
|
||||
gemfile: .gemfile
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# Apt module for Puppet
|
||||
|
||||
[![Build Status](https://travis-ci.org/puppetlabs/puppetlabs-apt.png?branch=master)](https://travis-ci.org/puppetlabs/puppetlabs-apt)
|
||||
|
||||
## Description
|
||||
Provides helpful definitions for dealing with Apt.
|
||||
|
||||
|
|
Loading…
Reference in a new issue