Remove 'error on unset' for travis builds
This commit is contained in:
parent
b2c8c6a1c6
commit
b0aa8bc2b4
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
set -eux
|
||||
set -ex
|
||||
|
||||
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||
brew update
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
set -eux
|
||||
set -ex
|
||||
|
||||
APP=nheko
|
||||
DIR=${APP}.AppDir
|
||||
|
Loading…
Reference in New Issue
Block a user