Skip to content

Commit

Permalink
Testing a travis pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
f0rkz committed May 21, 2019
1 parent 551f5b1 commit 5ad6bc5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5ad6bc5

Please sign in to comment.