From 53b571d6fc3339dcd2115ad785b885d7ab16fa42 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Mon, 25 Apr 2016 15:13:50 +0300 Subject: [PATCH] Attempt to fix the build. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f6eceecf..6656c044 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ system-test: install travis: $(TRAVIS_TARGET) system-test test: - $(GOM) test -v ./... -gocheck.v=true + $(GOM) test -v `go list ./... | grep -v vendor/` -gocheck.v=true coveralls: coverage.out $(GOM) exec $(BINPATH)/goveralls -service travis-ci.org -coverprofile=coverage.out -repotoken=$(COVERALLS_TOKEN)