show env
This commit is contained in:
parent
7284350818
commit
5f76b4b4b2
|
@ -7,6 +7,8 @@ PING_LOOP_PID=$!
|
|||
|
||||
trap 'kill ${PING_LOOP_PID}' EXIT HUP INT QUIT TERM
|
||||
|
||||
env
|
||||
|
||||
if [[ "$RUN_STATIC_CHECKS" ]]; then
|
||||
make check
|
||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
|
|
Loading…
Reference in a new issue