From b2c8c6a1c69445a71c7a50f225df9c8edb18b570 Mon Sep 17 00:00:00 2001
From: redsky17 <joedonofry@gmail.com>
Date: Wed, 1 May 2019 11:59:10 -0400
Subject: [PATCH] Remove unset var causing error due to Qt script

---
 .ci/script.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/script.sh b/.ci/script.sh
index 658dc5eb4..07ff56ed9 100755
--- a/.ci/script.sh
+++ b/.ci/script.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-set -eux
+set -ex
 
 if [ "$TRAVIS_OS_NAME" = "linux" ]; then
     export CC=${C_COMPILER}
-- 
GitLab