travis/Makefile: output debug information

This commit is contained in:
Alexander Neumann
2015-05-11 21:10:36 +02:00
parent aebfaec9c7
commit 8c684f91a3
2 changed files with 12 additions and 0 deletions

View File

@@ -60,3 +60,10 @@ all.cov: .gopath
env:
@echo export GOPATH=\"$(GOPATH)\"
goenv:
go env
list: .gopath
cd $(BASEPATH) && \
go list ./...