diff --git a/Rakefile b/Rakefile index 188d724..98b1d18 100644 --- a/Rakefile +++ b/Rakefile @@ -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']