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

fix travis validate license problem

parent fce444b7
Branches
Tags
No related merge requests found
...@@ -17,7 +17,7 @@ script: ...@@ -17,7 +17,7 @@ script:
- chmod u+x before_ut.sh && ./before_ut.sh - chmod u+x before_ut.sh && ./before_ut.sh
- chmod u+x before_validate_license.sh && ./before_validate_license.sh - chmod u+x before_validate_license.sh && ./before_validate_license.sh
- chmod u+x tools/license/license-header-checker && [[ -z `git status -s` ]] - 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 - go mod vendor && go test ./... -coverprofile=coverage.txt -covermode=atomic
after_success: after_success:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment