0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 11:02:59 +00:00

Add .travis.yml

This commit is contained in:
Dan Petersen 2019-12-13 02:14:21 +01:00
parent 614a34dfdb
commit e75528043a

21
.travis.yml Normal file
View File

@ -0,0 +1,21 @@
dist: bionic
language: go
cache:
directories:
- $HOME/.cache/go-build
- $HOME/gopath/pkg/mod
go:
- 1.13.x
git:
depth: 1
install: true
notifications:
email: false
script:
- make test targets