From 5f76b4b4b2404f080b5af0c064535f2169547c0c Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Thu, 2 Nov 2017 16:24:15 -0700 Subject: [PATCH] show env --- scripts/travis.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/travis.sh b/scripts/travis.sh index 9d7a2ad96..bdad02da5 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -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