mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Remove 'error on unset' for travis builds
This commit is contained in:
parent
b2c8c6a1c6
commit
b0aa8bc2b4
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue