diff options
| author | 2014-12-15 22:00:37 -0200 | |
|---|---|---|
| committer | 2014-12-15 22:07:40 -0200 | |
| commit | a69afb06705ea517148bb014817d191ef887fb8e (patch) | |
| tree | 6f483ef34985c7d8c1922ca3d55fcbdc400e9543 | |
| parent | Remove SyncRequest from K::Object and create a new K::Session type (diff) | |
| download | yuzu-a69afb06705ea517148bb014817d191ef887fb8e.tar.gz yuzu-a69afb06705ea517148bb014817d191ef887fb8e.tar.xz yuzu-a69afb06705ea517148bb014817d191ef887fb8e.zip | |
Travis: Enable tracing on the script to ease troubleshooting
| -rw-r--r-- | .travis-build.sh | 1 | ||||
| -rw-r--r-- | .travis-deps.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.travis-build.sh b/.travis-build.sh index 78e7583a8..b869b8b8f 100644 --- a/.travis-build.sh +++ b/.travis-build.sh | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | set -e | 3 | set -e |
| 4 | set -x | ||
| 4 | 5 | ||
| 5 | #if OS is linux or is not set | 6 | #if OS is linux or is not set |
| 6 | if [ "$TRAVIS_OS_NAME" = linux -o -z "$TRAVIS_OS_NAME" ]; then | 7 | if [ "$TRAVIS_OS_NAME" = linux -o -z "$TRAVIS_OS_NAME" ]; then |
diff --git a/.travis-deps.sh b/.travis-deps.sh index b8e8417b2..c8a06e0a8 100644 --- a/.travis-deps.sh +++ b/.travis-deps.sh | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | set -e | 3 | set -e |
| 4 | set -x | ||
| 4 | 5 | ||
| 5 | #if OS is linux or is not set | 6 | #if OS is linux or is not set |
| 6 | if [ "$TRAVIS_OS_NAME" = linux -o -z "$TRAVIS_OS_NAME" ]; then | 7 | if [ "$TRAVIS_OS_NAME" = linux -o -z "$TRAVIS_OS_NAME" ]; then |