Skip to content

Commit

Permalink
Require the appraisal to make the rake task work
Browse files Browse the repository at this point in the history
related to thoughtbot#120
  • Loading branch information
jvenezia authored Oct 12, 2016
1 parent 5675d17 commit 455ce68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ versions to check for regressions.
In the case that you want to run all the appraisals by default when you run
`rake`, you can override your default Rake task by put this into your Rakefile:

require 'appraisal'

if !ENV["APPRAISAL_INITIALIZED"] && !ENV["TRAVIS"]
task :default => :appraisal
end
Expand Down

0 comments on commit 455ce68

Please sign in to comment.