From a69afb06705ea517148bb014817d191ef887fb8e Mon Sep 17 00:00:00 2001 From: Yuri Kunde Schlesner Date: Mon, 15 Dec 2014 22:00:37 -0200 Subject: Travis: Enable tracing on the script to ease troubleshooting --- .travis-deps.sh | 1 + 1 file changed, 1 insertion(+) (limited to '.travis-deps.sh') diff --git a/.travis-deps.sh b/.travis-deps.sh index b8e8417b..c8a06e0a 100644 --- a/.travis-deps.sh +++ b/.travis-deps.sh @@ -1,6 +1,7 @@ #!/bin/sh set -e +set -x #if OS is linux or is not set if [ "$TRAVIS_OS_NAME" = linux -o -z "$TRAVIS_OS_NAME" ]; then -- cgit v1.2.3