Testing a travis pipeline

This commit is contained in:
f0rkz 2019-05-21 04:29:48 +00:00
parent 551f5b16ab
commit 5ad6bc5716

21
.travis.yml Normal file
View File

@ -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