mirror of
https://gitee.com/gitea/gitea
synced 2025-12-16 04:56:37 +08:00
13 lines
104 B
YAML
13 lines
104 B
YAML
sudo: false
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.12.4
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
script: make updatedeps test
|