From bff226d58c3735378d23622eb37626089c6db2d4 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 5 Dec 2013 12:08:43 +0100 Subject: [PATCH] Delete travis QA service Since the module is now hosted by Stackforge, we don't anymore to use Travis service. Change-Id: I6f5680476384bcff0ded1c663b0d4d730fec8e3a Signed-off-by: Emilien Macchi --- .travis.yml | 32 -------------------------------- README.md | 4 +--- 2 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 6b70b6c5..00000000 --- a/.travis.yml +++ /dev/null @@ -1,32 +0,0 @@ ---- -language: ruby -bundler_args: --without development -script: "bundle exec rake SPEC_OPTS='--format documentation'" -rvm: -- 1.8.7 -- 1.9.3 -- 2.0.0 -env: - matrix: - - PUPPET_GEM_VERSION="~> 2.7.0" - - PUPPET_GEM_VERSION="~> 3.0.0" - - PUPPET_GEM_VERSION="~> 3.1.0" - - PUPPET_GEM_VERSION="~> 3.2.0" - - PUPPET_GEM_VERSION="~> 3.3.0" -matrix: - exclude: - - rvm: 1.9.3 - env: PUPPET_GEM_VERSION="~> 2.7.0" - - rvm: 2.0.0 - env: PUPPET_GEM_VERSION="~> 2.7.0" - - rvm: 2.0.0 - env: PUPPET_GEM_VERSION="~> 3.0.0" - - rvm: 2.0.0 - env: PUPPET_GEM_VERSION="~> 3.1.0" - - rvm: 1.8.7 - env: PUPPET_GEM_VERSION="~> 3.2.0" - - rvm: 1.8.7 - env: PUPPET_GEM_VERSION="~> 3.3.0" -notifications: - email: - - emilien.macchi@enovance.com diff --git a/README.md b/README.md index 45b6ba4f..3a09f2f6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ puppet-ironic ============= -[![Build Status](https://travis-ci.org/enovance/puppet-ironic.png)](https://travis-ci.org/enovance/puppet-ironic) - #### Table of Contents 1. [Overview - What is the ironic module?](#overview) @@ -17,7 +15,7 @@ puppet-ironic Overview -------- -The ironic module will be a part of [Stackforge](https://github.com/stackforge), an effort by the Openstack infrastructure team to provide continuous integration testing and code review for Openstack and Openstack community projects not part of the core software. The module itself is used to flexibly configure and manage the baremetal service for Openstack. +The ironic module is a part of [Stackforge](https://github.com/stackforge), an effort by the Openstack infrastructure team to provide continuous integration testing and code review for Openstack and Openstack community projects not part of the core software. The module itself is used to flexibly configure and manage the baremetal service for Openstack. Module Description ------------------