Jelajahi Sumber

Travis: Enable tracing on the script to ease troubleshooting

Yuri Kunde Schlesner 11 tahun lalu
induk
melakukan
a69afb0670
2 mengubah file dengan 2 tambahan dan 0 penghapusan
  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