Remove 'error on unset' for travis builds

pull/64/head
redsky17 6 years ago
parent b2c8c6a1c6
commit b0aa8bc2b4
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
  1. 2
      .ci/install.sh
  2. 2
      .ci/linux/deploy.sh

@ -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…
Cancel
Save