Set up Travis CI

This commit is contained in:
Andy Wang 2020-04-11 22:46:57 +01:00
parent a043168496
commit 297ec2dfd5
1 changed files with 10 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: go
go:
- "1.14"
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)