From c9147d2a33378f0f05378884d11083f4242c46c3 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Tue, 14 Apr 2020 20:34:00 +0200 Subject: [PATCH] Define a default task By defining the default task, there is no separate Travis configuration needed and it works out of the box. --- lib/voxpupuli/test/rake.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/voxpupuli/test/rake.rb b/lib/voxpupuli/test/rake.rb index ebaf765..84bd895 100644 --- a/lib/voxpupuli/test/rake.rb +++ b/lib/voxpupuli/test/rake.rb @@ -5,6 +5,8 @@ desc 'Run tests' task test: [:release_checks] +task default: [:release_checks] + namespace :check do desc 'Check for trailing whitespace' task :trailing_whitespace do