mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 18:42:58 +00:00
23 lines
215 B
YAML
23 lines
215 B
YAML
dist: bionic
|
|
|
|
language: go
|
|
|
|
cache:
|
|
directories:
|
|
- $HOME/.cache/go-build
|
|
- $HOME/gopath/pkg/mod
|
|
|
|
go:
|
|
- 1.13.x
|
|
|
|
git:
|
|
depth: 1
|
|
|
|
install: true
|
|
|
|
notifications:
|
|
email: false
|
|
|
|
script:
|
|
- make test targets
|