mirror of
https://github.com/go-gitea/gitea
synced 2025-02-06 06:54:28 +00: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
|