From 4ca5567d92238d0b2d73aed27f873fa336170891 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Fri, 4 Jul 2014 10:26:39 +0200 Subject: [PATCH] First commit in Stackforge - Delete travis file - Update README Change-Id: I3a51d649f322714a19dc771934d4b8deccc0abde --- .travis.yml | 20 -------------------- README.md | 3 --- 2 files changed, 23 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 016cfb02..00000000 --- a/.travis.yml +++ /dev/null @@ -1,20 +0,0 @@ -language: ruby -bundler_args: --without development -script: "bundle exec rake spec SPEC_OPTS='--format documentation --color --backtrace'" -rvm: - - 1.8.7 - - 1.9.3 - - 2.0.0 -env: - matrix: - - PUPPET_GEM_VERSION="~> 2.7.0" - - PUPPET_GEM_VERSION="~> 3.3.0" - - PUPPET_GEM_VERSION="~> 3.4.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" -notifications: - email: false diff --git a/README.md b/README.md index febc3acc..a155caf0 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@ puppet-trove ============= -This is a work in progress. The repository aims to move in Stackforge, the place -to be for Puppet OpenStack modules. - #### Table of Contents 1. [Overview - What is the trove module?](#overview)