Remove Travis CI config
git-svn-id: file:///srv/svn/repo/aya/trunk@49 cec141ff-132a-4243-88a5-ce187bd62f94
This commit is contained in:
16
.travis.yml
16
.travis.yml
@@ -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
|
||||
Reference in New Issue
Block a user