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

fix travis problem

parent 21aa3712
No related branches found
No related tags found
No related merge requests found
......@@ -32,3 +32,4 @@ config_center/zookeeper/zookeeper-4unittest/
registry/zookeeper/zookeeper-4unittest/
registry/consul/agent*
config_center/apollo/mockDubbog.properties.json
tools/
\ No newline at end of file
......@@ -15,8 +15,8 @@ install: true
script:
- go fmt ./... && [[ -z `git status -s` ]]
- chmod u+x before_ut.sh && ./before_ut.sh
- chmod u+x before_validate_license.sh && ./before_validate_license.sh && [[ -z `git status -s` ]]
- chmod u+x tools/license/license-header-checker
- 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
- go mod vendor && go test ./... -coverprofile=coverage.txt -covermode=atomic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment