Remove Travis CI config

git-svn-id: file:///srv/svn/repo/aya/trunk@49 cec141ff-132a-4243-88a5-ce187bd62f94
This commit is contained in:
prologic
2021-09-17 23:33:52 +00:00
parent cdb8bfcc7b
commit 62d3f42153

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