From 9ceadd44c9bcdc69ba1a3f5df1262a7498dbd8ec Mon Sep 17 00:00:00 2001 From: pokamest Date: Mon, 5 Sep 2022 01:56:39 +0300 Subject: [PATCH] Travis fix --- client/client.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client.pro b/client/client.pro index 42132edc..803c5daf 100644 --- a/client/client.pro +++ b/client/client.pro @@ -4,7 +4,7 @@ TARGET = AmneziaVPN TEMPLATE = app # silent builds on CI env -contains(DEFINES,CI){ +contains(DEFINES,$$(CI)){ message("Detected CI env") CONFIG += silent ccache }