forked from quic-go/quic-go
Merge pull request #762 from lucas-clemente/improve-travis-output
print commands on Travis
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -e
|
set -ex
|
||||||
|
|
||||||
if [ ${TESTMODE} == "unit" ]; then
|
if [ ${TESTMODE} == "unit" ]; then
|
||||||
cat `find . -name "*.coverprofile"` > coverage.txt
|
cat `find . -name "*.coverprofile"` > coverage.txt
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -e
|
set -ex
|
||||||
|
|
||||||
go get -t ./...
|
go get -t ./...
|
||||||
if [ ${TESTMODE} == "unit" ]; then
|
if [ ${TESTMODE} == "unit" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user