Skip to content
Snippets Groups Projects
Commit 913ebac0 authored by 邹毅贤's avatar 邹毅贤
Browse files

fix travis validate license problem

parent 59e4497a
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ script:
- chmod u+x before_ut.sh && ./before_ut.sh
- chmod u+x before_validate_license.sh && ./before_validate_license.sh
- chmod u+x tools/license/license-header-checker && [[ -z `git status -s` ]]
- tools/license/license-header-checker -a -r -i vendor tools/license/license.txt . go
- tools/license/license-header-checker -v -a -r -i vendor tools/license/license.txt . go
- go mod vendor && go test ./... -coverprofile=coverage.txt -covermode=atomic
after_success:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment