Skip to content

Commit

Permalink
Add foodcritic configuration for testing via travis
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Jun 28, 2014
1 parent dfb46e0 commit 7b0f8c2
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ruby-version
@@ -0,0 +1 @@
1.9.3
4 changes: 4 additions & 0 deletions .travis.yml
@@ -0,0 +1,4 @@
language: ruby
rvm:
- 1.9.3
script: bunxle exec foodcritic --epic-fail any cookbooks
3 changes: 3 additions & 0 deletions Gemfile
@@ -0,0 +1,3 @@
source "https://rubygems.org"

gem 'foodcritic'
30 changes: 30 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,30 @@
GEM
remote: https://rubygems.org/
specs:
erubis (2.7.0)
foodcritic (4.0.0)
erubis
gherkin (~> 2.11)
nokogiri (~> 1.5)
rake
rufus-lru (~> 1.0)
treetop (~> 1.4)
yajl-ruby (~> 1.1)
gherkin (2.12.2)
multi_json (~> 1.3)
mini_portile (0.6.0)
multi_json (1.10.1)
nokogiri (1.6.2.1)
mini_portile (= 0.6.0)
polyglot (0.3.5)
rake (10.3.2)
rufus-lru (1.0.5)
treetop (1.5.3)
polyglot (~> 0.3)
yajl-ruby (1.2.1)

PLATFORMS
ruby

DEPENDENCIES
foodcritic
3 changes: 2 additions & 1 deletion README.markdown
@@ -1,4 +1,5 @@
# Vagrant Chef for CakePHP
# Vagrant Chef for CakePHP [![Build Status](https://travis-ci.org/FriendsOfCake/vagrant-chef.svg)](https://travis-ci.org/FriendsOfCake/vagrant-chef)


Vagrant Chef creates a Vagrant installation for CakePHP using Chef with the following features:

Expand Down

0 comments on commit 7b0f8c2

Please sign in to comment.