From 5ad6bc5716cdc6d9470390c01341c86089690d77 Mon Sep 17 00:00:00 2001 From: f0rkz Date: Tue, 21 May 2019 04:29:48 +0000 Subject: [PATCH] Testing a travis pipeline --- .travis.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .travis.yml 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