diff --git a/.travis.yml b/.travis.yml index d4c2de68..f270705c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,11 +13,7 @@ install: true script: # license-check - - echo 'start license check' - - sh before_validate_license.sh - - chmod u+x /tmp/tools/license/license-header-checker - go fmt ./... && [[ -z `git status -s` ]] - - /tmp/tools/license/license-header-checker -v -a -r -i vendor /tmp/tools/license/license.txt . go && [[ -z `git status -s` ]] - go mod vendor && go test $(go list ./... | grep -v vendor | grep -v demo) -coverprofile=coverage.txt -covermode=atomic after_success: diff --git a/README.md b/README.md index 7e83a09d..a7d53442 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ *a netty like asynchronous network I/O library* -[![Build Status](https://travis-ci.org/dubbogo/getty.svg?branch=master)](https://travis-ci.org/dubbogo/getty) -[![codecov](https://codecov.io/gh/dubbogo/getty/branch/master/graph/badge.svg)](https://codecov.io/gh/dubbogo/getty) +[![Build Status](https://app.travis-ci.com/takewofly/dubbo-getty.svg?branch=ci)](https://app.travis-ci.com/takewofly/dubbo-getty) +[![codecov](https://codecov.io/gh/takewofly/dubbo-getty/branch/ci/graph/badge.svg)](https://codecov.io/gh/dubbogo/getty) [![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/github.com/dubbogo/getty?tab=doc) [![Go Report Card](https://goreportcard.com/badge/github.com/dubbogo/getty)](https://goreportcard.com/report/github.com/dubbogo/getty) ![license](https://img.shields.io/badge/license-Apache--2.0-green.svg)