summary refs log tree commit diff
path: root/.ci
diff options
context:
space:
mode:
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/install.sh2
-rwxr-xr-x.ci/linux/deploy.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.ci/install.sh b/.ci/install.sh
index 6a40fdee..3b276497 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 b8c1c5e3..403fde14 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