terraform-provider-proxmox/.travis.yml

23 lines
251 B
YAML
Raw Normal View History

2019-05-21 04:29:48 +00:00
dist: xenial
language: go
go:
- 1.12.x
git:
depth: 1
install: true
notifications:
email: false
before_script:
2019-05-21 04:36:27 +00:00
- go get github.com/Telmate/proxmox-api-go
2019-05-21 04:29:48 +00:00
- go install github.com/Telmate/proxmox-api-go
script:
- make
- make install