aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis-build.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis-build.sh')
-rw-r--r--.travis-build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis-build.sh b/.travis-build.sh
index 78e7583a..b869b8b8 100644
--- a/.travis-build.sh
+++ b/.travis-build.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