terraform-provider-proxmox/.travis.yml

22 lines
220 B
YAML
Raw Normal View History

2019-05-21 04:29:48 +00:00
dist: xenial
language: go
cache:
directories:
- $HOME/.cache/go-build
- $HOME/gopath/pkg/mod
2019-05-21 04:29:48 +00:00
go:
- 1.13.x
2019-05-21 04:29:48 +00:00
git:
depth: 1
install: true
notifications:
email: false
script:
- make test build install