From b0aa8bc2b4b4a9a243d2969f7ec470adb1048a24 Mon Sep 17 00:00:00 2001
From: redsky17 <joedonofry@gmail.com>
Date: Wed, 1 May 2019 13:01:48 -0400
Subject: [PATCH] Remove 'error on unset' for travis builds

---
 .ci/install.sh      | 2 +-
 .ci/linux/deploy.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.ci/install.sh b/.ci/install.sh
index 6a40fdeeb..3b2764974 100755
--- a/.ci/install.sh
+++ b/.ci/install.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env sh
 
-set -eux
+set -ex
 
 if [ "$TRAVIS_OS_NAME" = "osx" ]; then
     brew update
diff --git a/.ci/linux/deploy.sh b/.ci/linux/deploy.sh
index b8c1c5e32..403fde140 100755
--- a/.ci/linux/deploy.sh
+++ b/.ci/linux/deploy.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env sh
 
-set -eux
+set -ex
 
 APP=nheko
 DIR=${APP}.AppDir
-- 
GitLab