Remove 'error on unset' for travis builds

This commit is contained in:
redsky17 2019-05-01 13:01:48 -04:00
parent b2c8c6a1c6
commit b0aa8bc2b4
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env sh
set -eux
set -ex
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
brew update

View File

@ -1,6 +1,6 @@
#!/usr/bin/env sh
set -eux
set -ex
APP=nheko
DIR=${APP}.AppDir