CI: remove travis
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
07203d0ded
commit
6773702961
24
.travis.yml
24
.travis.yml
@ -1,24 +0,0 @@
|
|||||||
dist: bionic
|
|
||||||
language: go
|
|
||||||
|
|
||||||
go:
|
|
||||||
- "1.13.x"
|
|
||||||
- "1.15.x"
|
|
||||||
|
|
||||||
install:
|
|
||||||
# Don't change local go.{mod, sum} by go get tools.
|
|
||||||
#
|
|
||||||
# ref: https://github.com/golang/go/issues/27643
|
|
||||||
- pushd ..; go get -u github.com/vbatts/git-validation; popd
|
|
||||||
- pushd ..; go get -u github.com/kunalkushwaha/ltag; popd
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- pushd ..; git clone https://github.com/containerd/project; popd
|
|
||||||
|
|
||||||
script:
|
|
||||||
- DCO_VERBOSITY=-q ../project/script/validate/dco
|
|
||||||
- ../project/script/validate/fileheader ../project/
|
|
||||||
- go test -v -race -covermode=atomic -coverprofile=coverage.txt ./...
|
|
||||||
|
|
||||||
after_success:
|
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
|
@ -1,7 +1,6 @@
|
|||||||
# ttrpc
|
# ttrpc
|
||||||
|
|
||||||
[](https://github.com/containerd/ttrpc/actions?query=workflow%3ACI)
|
[](https://github.com/containerd/ttrpc/actions?query=workflow%3ACI)
|
||||||
[](https://travis-ci.org/containerd/ttrpc)
|
|
||||||
|
|
||||||
GRPC for low-memory environments.
|
GRPC for low-memory environments.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user