Remove Travis CI config

This commit is contained in:
James Mills 2021-09-18 09:33:52 +10:00
parent 25c14c56ab
commit 3644a88f46
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
language: go
go:
- 1.2
- 1.3
- 1.4
- release
- tip
before_install:
- pip install --user codecov
after_success:
- codecov
script:
- go test -coverprofile=coverage.txt -covermode=atomic