From 79f8c853dbbcd1dee9b8fa1eded1833afbb84ff0 Mon Sep 17 00:00:00 2001 From: davidnewhall2 Date: Sun, 29 Dec 2019 01:03:04 -0800 Subject: [PATCH] add build --- integrations/promunifi/.travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 integrations/promunifi/.travis.yml diff --git a/integrations/promunifi/.travis.yml b/integrations/promunifi/.travis.yml new file mode 100644 index 00000000..fd52875d --- /dev/null +++ b/integrations/promunifi/.travis.yml @@ -0,0 +1,11 @@ +language: go +go: +- 1.13.x +before_install: + # download super-linter: golangci-lint +- curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin latest +install: +- go mod download +script: +- golangci-lint run --enable-all -D gochecknoinits -D funlen +- go test ./...