Skip to content

Commit

Permalink
Define a default task
Browse files Browse the repository at this point in the history
By defining the default task, there is no separate Travis configuration
needed and it works out of the box.
  • Loading branch information
ekohl committed Apr 14, 2020
1 parent f67faaf commit c9147d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/voxpupuli/test/rake.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9147d2

Please sign in to comment.