Create .travis.yml

This commit is contained in:
bjdgyc 2021-02-02 20:27:02 +08:00 committed by GitHub
parent 631e49bd41
commit a4e09e7719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

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 ./...