diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..bac0570 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,21 @@ +dist: xenial + +language: go + +go: + - 1.12.x + +git: + depth: 1 + +install: true + +notifications: + email: false + +before_script: + - go install github.com/Telmate/proxmox-api-go + +script: + - make + - make install