Skip to content

Commit

Permalink
Merge pull request #51 from f0rkz/master
Browse files Browse the repository at this point in the history
Basic travis pipeline
  • Loading branch information
ggongaware committed May 21, 2019
2 parents 551f5b1 + 5c9b798 commit b79628c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b79628c

Please sign in to comment.