From: William Van Hevelingen Date: Sat, 2 Feb 2013 09:19:21 +0000 (-0800) Subject: Update travis config file X-Git-Tag: 1.1.1~12^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=abf1be8f22913c34aea1ef11c227e59bce9df2f6;p=puppet-modules%2Fpuppetlabs-apt.git Update travis config file This commit adds ruby 1.9.3, puppet 3.0.2 support and a build status image to the README. --- 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.