remove travis CI

no longer needed since github actions workflow was created for the
project

Signed-off-by: sadmansakib <ssadman8@gmail.com>
This commit is contained in:
sadmansakib 2021-05-28 14:34:15 +06:00
parent f697a603f8
commit b3ae57f710
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
language: go
script:
- go vet ./...
- go test -v ./...
go:
- 1.14
- 1.15
- 1.16
- tip