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

modify travis script

parent 9f61e03f
Branches
Tags
No related merge requests found
......@@ -13,7 +13,7 @@ install: true
script:
- go fmt ./... && [[ -z `git status -s` ]]
- 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 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment