Update .travis.yml

This commit is contained in:
Alex Saskevich
2020-09-07 23:35:54 +03:00
committed by GitHub
parent 4fc0642a29
commit 8a22af48b5

View File

@@ -1,8 +1,14 @@
language: go
go:
- 1.x
- 1.12.x
- tip
notifications:
email:
- bwatas@gmail.com
before_install:
- go get -t -v ./...
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)