This commit is contained in:
2022-06-20 08:57:47 +08:00
parent 255ba740d6
commit 9c57616874
940 changed files with 398273 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
language: go
go:
- 1.8.x
- 1.x
before_install:
- go get -t -v ./...
script:
- ./test.sh
after_success:
- bash <(curl -s https://codecov.io/bash)