From 1e64a56986abbdbf1e7fdd5a979921a8d3cdb7b4 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 25 Apr 2016 11:55:15 +0300 Subject: [PATCH] Fixed travis build output file check. --- .travis/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/build.sh b/.travis/build.sh index cd9af6467..04f3bc152 100755 --- a/.travis/build.sh +++ b/.travis/build.sh @@ -144,7 +144,7 @@ build() { } check() { - local filePath="$srcdir/tdesktop/Linux/Release/Telegram" + local filePath="$srcdir/tdesktop/Linux/Debug/Telegram" if test -f "$filePath"; then success_msg "Build successful done! :)"