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:
Miek Gieben
2018-06-21 12:34:02 +01:00
committed by Yong Tang
parent 422aec5f5f
commit ad8021230c
4 changed files with 12 additions and 17 deletions

View File

@@ -39,6 +39,5 @@ before_script:
script:
- make TEST_TYPE=$TEST_TYPE travis
after_success:
- bash <(curl -s https://codecov.io/bash)