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

@ -21,6 +21,11 @@ install:
- go get github.com/mattn/goveralls
- go get github.com/mitchellh/gox
- gox -build-toolchain -os "$GOX_OS"
- go version
- go env
- make env
- make goenv
- make list
script:
- make restic

View File

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