Merge pull request #762 from lucas-clemente/improve-travis-output

print commands on Travis
This commit is contained in:
Marten Seemann
2017-08-28 17:52:14 +07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -e
set -ex
if [ ${TESTMODE} == "unit" ]; then
cat `find . -name "*.coverprofile"` > coverage.txt

View File

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