Skip to content

Commit

Permalink
Merge pull request #164 from sgerrand/rakefile-double-defaults
Browse files Browse the repository at this point in the history
Removed duplicate default task definition
  • Loading branch information
Seth Thomas committed Jan 8, 2015
2 parents 5f21e51 + ec1dc57 commit 9d8ae4b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,5 @@ namespace :travis do
task ci: %w(style spec)
end

# The default rake task should just run it all
task default: %w(travis:ci integration)

# The default rake task should just run it all
task default: ['style', 'spec', 'integration:vagrant']

0 comments on commit 9d8ae4b

Please sign in to comment.