Skip to content

Commit

Permalink
fix travis validate license problem
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyx committed Mar 24, 2020
1 parent 59e4497 commit 913ebac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 913ebac

Please sign in to comment.