mirror of
https://github.com/go-gitea/gitea.git
synced 2025-02-06 12:41:46 +08:00
![WGH](/assets/img/avatar_default.png)
* Fix validate() function to handle errors in embedded anon structs * Implement webhook branch filter See #2025, #3998.
10 lines
71 B
YAML
10 lines
71 B
YAML
sudo: false
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.5.3
|
|
|
|
script:
|
|
- go test -v ./...
|