From abf1be8f22913c34aea1ef11c227e59bce9df2f6 Mon Sep 17 00:00:00 2001 From: William Van Hevelingen Date: Sat, 2 Feb 2013 01:19:21 -0800 Subject: [PATCH] Update travis config file This commit adds ruby 1.9.3, puppet 3.0.2 support and a build status image to the README. --- .travis.yml | 15 ++++++++++++++- README.md | 2 ++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bf7829e..03b1729 100644 --- a/.travis.yml +++ b/.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 diff --git a/README.md b/README.md index 72a130c..24d2e81 100644 --- a/README.md +++ b/README.md @@ -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. -- 2.32.3