Skip to content

Commit

Permalink
rake: lint before test
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
  • Loading branch information
arlimus committed May 3, 2017
1 parent 0d78f49 commit b9ac13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -33,7 +33,7 @@ task :update_demo do
end

# run tests
task default: [:test, :lint]
task default: [:lint, :test]

Rake::TestTask.new do |t|
t.libs << 'test'
Expand Down

0 comments on commit b9ac13d

Please sign in to comment.