Merge pull request #51 from f0rkz/master

Basic travis pipeline
This commit is contained in:
Grant Gongaware 2019-05-20 21:47:27 -07:00 committed by GitHub
commit b79628ce0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
.travis.yml Normal file
View File

@ -0,0 +1,24 @@
dist: xenial
language: go
go:
- 1.12.x
git:
depth: 1
install: true
notifications:
email: false
before_script:
- go get github.com/Telmate/proxmox-api-go
- go install github.com/Telmate/proxmox-api-go
- go get github.com/Telmate/terraform-provider-proxmox/cmd/terraform-provider-proxmox
- go get github.com/Telmate/terraform-provider-proxmox/cmd/terraform-provisioner-proxmox
script:
- make
- make install