diff options
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/install.sh | 2 | ||||
-rwxr-xr-x | .ci/linux/deploy.sh | 2 |
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 |