mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 08:14:25 +00:00
ad2642a8aa
* Implementation for calculating language statistics Impement saving code language statistics to database Implement rendering langauge stats Add primary laguage to show in repository list Implement repository stats indexer queue Add indexer test Refactor to use queue module * Do not timeout for queues
12 lines
104 B
YAML
12 lines
104 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.2
|
|
- 1.3
|
|
- 1.4
|
|
- tip
|
|
|
|
script:
|
|
- go get launchpad.net/gocheck
|
|
- go test
|