Create .travis.yml

This commit is contained in:
AaronLiu 2019-11-07 16:04:42 +08:00 committed by GitHub
parent aca8bde521
commit 3d82521d42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
.travis.yml Normal file
View file

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