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 <emilien.macchi@enovance.com>
This commit is contained in:
Emilien Macchi 2013-12-05 12:08:43 +01:00
parent 1e4d0bfead
commit bff226d58c
2 changed files with 1 additions and 35 deletions

View File

@ -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

View File

@ -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
------------------