Skip to content

Commit

Permalink
added default task to Rakefile to get Travis CI to run pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
scarver2 committed Apr 9, 2013
1 parent 97cde79 commit 4108251
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Rake::TestTask.new(:test) do |t|
t.verbose = true
end

desc "Default (needed for bundle exec rake)"
task :default do
end

desc "Bumps the version by a minor or patch version, depending on what was passed in."
task :bump, :part do |t, args|
if Rumeme::VERSION =~ /^(\d+)\.(\d+)\.(\d+)(?:\.(.*?))?$/
Expand Down

0 comments on commit 4108251

Please sign in to comment.