Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyx authored Mar 24, 2020
1 parent 83f1285 commit a4423a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ install: true

script:
- go fmt ./... && [[ -z `git status -s` ]]
- chmod u+x before_validate_license.sh && ./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` ]]
- chmod u+x before_ut.sh && ./before_ut.sh
- chmod u+x before_validate_license.sh && ./before_validate_license.sh
- go mod vendor && go test ./... -coverprofile=coverage.txt -covermode=atomic

after_success:
- bash <(curl -s https://codecov.io/bash)

notifications:
webhooks: https://oapi.dingtalk.com/robot/send?access_token=f5d6237f2c79db584e75604f7f88db1ce1673c8c0e98451217b28fde791e1d4f
webhooks: https://oapi.dingtalk.com/robot/send?access_token=f5d6237f2c79db584e75604f7f88db1ce1673c8c0e98451217b28fde791e1d4f

0 comments on commit a4423a3

Please sign in to comment.