Add travis-ci (#4)
This commit is contained in:
parent
0f20f2f5e3
commit
395914da98
|
@ -1,6 +1,6 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- "1.13"
|
||||
- 1.13.x
|
||||
|
||||
script: go test -v -race ./...
|
||||
script:
|
||||
- go test -v -race ./...
|
Loading…
Reference in New Issue