Skip to content

Commit

Permalink
Removed duplicate default task definition
Browse files Browse the repository at this point in the history
The default task was that which was defined last, so I'm assuming that's the
expected behaviour.
  • Loading branch information
Sasha Gerrand committed Jan 6, 2015
1 parent 5f21e51 commit ec1dc57
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 ec1dc57

Please sign in to comment.