mirror of
https://git.mills.io/prologic/zs
synced 2025-04-03 13:23:34 +03:00
Remove Travis CI config
This commit is contained in:
parent
25c14c56ab
commit
3644a88f46
1 changed files with 0 additions and 16 deletions
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…
Add table
Reference in a new issue