Add travis-ci

This commit is contained in:
oranmoshai 2020-02-23 12:41:58 +02:00
parent 36e63bac30
commit beea845354
1 changed files with 3 additions and 3 deletions

View File

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