Browse Source

Travis: Enable tracing on the script to ease troubleshooting

Yuri Kunde Schlesner 11 years ago
parent
commit
a69afb0670
2 changed files with 2 additions and 0 deletions
  1. 1 0
      .travis-build.sh
  2. 1 0
      .travis-deps.sh

+ 1 - 0
.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 

+ 1 - 0
.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