add Travis CI support

Move some gems to development group to speed up bundler installation.
This commit is contained in:
Adam Spiers 2014-01-30 15:27:05 +00:00
parent fc32b88216
commit 30d7defd33
2 changed files with 18 additions and 9 deletions

24
Gemfile
View File

@ -1,13 +1,19 @@
source 'https://rubygems.org'
#gem 'berkshelf', '~> 2.0'
gem 'chefspec', '~> 3.0'
gem 'foodcritic', '~> 3.0'
gem 'rubocop'
gem 'guard-rspec'
gem 'guard-bundler'
gem 'jazz_hands'
# Prevent "Error: can't modify string; temporarily locked"
# http://stackoverflow.com/a/19505033/179332
gem "rb-readline", "~> 0.5.0"
group :test, :development do
gem 'chefspec', '~> 3.0'
end
group :development do
gem 'foodcritic', '~> 3.0'
gem 'rubocop'
gem 'jazz_hands'
gem 'guard-rspec'
gem 'guard-bundler'
# Prevent "Error: can't modify string; temporarily locked"
# http://stackoverflow.com/a/19505033/179332
gem "rb-readline", "~> 0.5.0"
end

View File

@ -1,5 +1,8 @@
[![Build Status](https://travis-ci.org/aspiers/barclamp-pacemaker.png?branch=master)](https://travis-ci.org/aspiers/barclamp-pacemaker)
DESCRIPTION
===========
This is a cookbook for installing and configuring pacemaker.
Recipes