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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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