Create .travis.yml

This commit is contained in:
bjdgyc
2021-02-02 20:27:02 +08:00
committed by GitHub
parent 631e49bd41
commit a4e09e7719

12
.travis.yml Normal file
View File

@@ -0,0 +1,12 @@
language: go
go:
- 1.15
- master
os:
- centos
script: >-
go test -v ./...
go build ./...