mirror of
https://git.uploadfilter24.eu/lerentis/terraform-provider-gitea.git
synced 2024-11-05 10:28:12 +00:00
16 lines
149 B
YAML
16 lines
149 B
YAML
sudo: false
|
|
|
|
language: go
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
|
|
go:
|
|
- "1.14"
|
|
- "1.15"
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
script: make updatedeps test testrace
|