Add travis-ci (#4)

This commit is contained in:
Oran Moshai
2020-02-23 12:48:13 +02:00
committed by GitHub
parent 0f20f2f5e3
commit 395914da98

View File

@@ -1,6 +1,6 @@
language: go
go:
- "1.13"
- 1.13.x
script: go test -v -race ./...
script:
- go test -v -race ./...