mirror of
https://github.com/coredns/coredns.git
synced 2025-12-08 19:35:10 -05:00
Makefile fixes: (#1892)
Correctly set the path for the presubmits, fix some typos and make the goimport target do the linting to the lint target can be removed. Also don't make it a fatal error because gofmt changes between releases.
This commit is contained in:
@@ -39,6 +39,5 @@ before_script:
|
||||
script:
|
||||
- make TEST_TYPE=$TEST_TYPE travis
|
||||
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
Reference in New Issue
Block a user