Skip to content

Commit

Permalink
Fix travis-ci after switch to thor
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Fitzgerald committed Nov 15, 2012
1 parent 260c9f9 commit 7294ad2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ gemfile:
rvm:
- 1.9.2
- 1.9.3
script: BUNDLE_GEMFILE=test/support/Gemfile bundle exec rake foodcritic
script: BUNDLE_GEMFILE=test/support/Gemfile bundle exec thor foodcritic:lint
3 changes: 2 additions & 1 deletion test/support/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source "https://rubygems.org"

gem 'rake'
gem 'thor'
gem 'thor-foodcritic'
gem 'foodcritic'

0 comments on commit 7294ad2

Please sign in to comment.