mirror of
https://git.mills.io/prologic/zs
synced 2024-11-21 21:06:10 +03:00
Remove Travis CI config
This commit is contained in:
parent
25c14c56ab
commit
3644a88f46
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
|
|
Loading…
Reference in New Issue
Block a user