From fb07adf7c15aa22d89d512eaa23ca6ed93b1c59c Mon Sep 17 00:00:00 2001 From: pokamest Date: Mon, 5 Sep 2022 02:06:58 +0300 Subject: [PATCH] Travis fix --- client/client.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/client.pro b/client/client.pro index 803c5daf..9a89842d 100644 --- a/client/client.pro +++ b/client/client.pro @@ -4,7 +4,8 @@ TARGET = AmneziaVPN TEMPLATE = app # silent builds on CI env -contains(DEFINES,$$(CI)){ +IS_CI=$$(CI) +!isEmpty(IS_CI){ message("Detected CI env") CONFIG += silent ccache }