Delete .travis.yml

This commit is contained in:
Senan Kelly
2019-07-06 13:55:40 +01:00
committed by GitHub
parent 1226274501
commit dc09bbd5c0

View File

@@ -1,14 +0,0 @@
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