diff options
-rwxr-xr-x | .travis/test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis/test.sh b/.travis/test.sh index 07b9b71..03bfaca 100755 --- a/.travis/test.sh +++ b/.travis/test.sh @@ -5,5 +5,7 @@ # For details, see https://github.com/egor-tensin/vk-scripts. # Distributed under the MIT License. +set -o xtrace + ./.travis/test/track_status.sh ./.travis/test/online_sessions.sh |