From 19653fa419d1fdc05bf331e777b24a28083ee97a Mon Sep 17 00:00:00 2001 From: davidnewhall2 Date: Sat, 1 Feb 2020 19:25:46 -0800 Subject: [PATCH] fix build --- .travis.yml | 1 - Makefile | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 39cdce39..82e79a31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,6 @@ before_script: - gpg --import gpg.signing.key - rm -f gpg.signing.key .secret-files.tar - source .metadata.sh - - make vendor script: # Test Go and Docker. - make test diff --git a/Makefile b/Makefile index 2dadd0f3..68709229 100644 --- a/Makefile +++ b/Makefile @@ -328,13 +328,13 @@ $(patsubst %,%.darwin.so,$(PLUGINS)): # Extras # Run code tests and lint. -test: lint +test: # Testing. go test -race -covermode=atomic ./... -lint: # Checking lint. golangci-lint run $(GOLANGCI_LINT_ARGS) + # Don't run this unless you're ready to debug untested vendored dependencies. deps: go get -u github.com/unifi-poller/unifi