Create .travis.yml

This commit is contained in:
Senan Kelly
2019-07-06 13:46:23 +01:00
committed by GitHub
parent b988600786
commit 76ba968aee

14
.travis.yml Normal file
View File

@@ -0,0 +1,14 @@
language: go
go:
- 1.12.x
- tip
before_install:
- go get -t -v ./...
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash) -t cee1976e-abef-4536-ba0f-bfef91d55a7c