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

modify travis script

parent c6b781c6
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,6 @@ script:
- chmod u+x before_validate_license.sh && ./before_validate_license.sh &&chmod u-x before_validate_license.sh
- chmod u+x tools/license/license-header-checker
- tools/license/license-header-checker -v -a -r -i vendor tools/license/license.txt . go && [[ -z `git status -s` ]]
- git status -s
- chmod u+x before_ut.sh && ./before_ut.sh
- go mod vendor && go test ./... -coverprofile=coverage.txt -covermode=atomic
......
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