Create .travis.yml

pull/247/head
AaronLiu 6 years ago committed by GitHub
parent aca8bde521
commit 3d82521d42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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