print commands on Travis

This commit is contained in:
Marten Seemann
2017-07-24 22:57:32 +07:00
parent 3390564e98
commit b699a92bd5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -e
set -ex
go get -t ./...
if [ ${TESTMODE} == "unit" ]; then