Create .travis.yml

pull/247/head
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
1 changed files with 7 additions and 0 deletions

7
.travis.yml Normal file
View File

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