Create .travis.yml

This commit is contained in:
AaronLiu
2019-11-07 16:04:42 +08:00
committed by GitHub
parent aca8bde521
commit 3d82521d42

7
.travis.yml Normal file
View File

@@ -0,0 +1,7 @@
language: go
go:
- 1.13.x
git:
depth: 1
script:
- go test -v ./...