Removed another set of {}-wildcards for travis.

This commit is contained in:
Victor Starodub
2016-04-01 23:28:21 +03:00
parent 6127d79d0d
commit 9bde0ab8cb
+4 -1
View File
@@ -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