mirror of
https://github.com/go-gitea/gitea.git
synced 2025-02-02 15:09:33 -05:00
13 lines
104 B
YAML
Vendored
13 lines
104 B
YAML
Vendored
sudo: false
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.12.4
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
script: make updatedeps test
|