From b3faf4fe882004c1942a4346b7796189be33da87 Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Fri, 26 Oct 2018 14:35:39 -0400 Subject: [PATCH] travis should run both sets of tests --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ac255cd..59b9789 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,7 @@ test: ci-test: deps $(GO_BIN) test -tags ${TAGS} -race ./... make tidy + cd ./v2 && make ci-test lint: gometalinter --vendor ./... --deadline=1m --skip=internal