From 9bde0ab8cbc804438fefe619790721890aaa7c87 Mon Sep 17 00:00:00 2001 From: Victor Starodub Date: Fri, 1 Apr 2016 23:28:21 +0300 Subject: [PATCH] Removed another set of {}-wildcards for travis. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ad89c12..8c79b47 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,10 @@ generate: root build .root/bin/easyjson -build_tags=use_easyjson .root/src/$(PKG)/benchmark/data.go test: generate root - go test $(PKG)/{tests,jlexer,gen} + go test \ + $(PKG)/tests \ + $(PKG)/jlexer \ + $(PKG)/gen go test -benchmem -tags use_easyjson -bench . $(PKG)/benchmark bench-other: generate root