mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-01 08:47:40 -04:00
6ddd3b0b47
* 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 ./...
|