Add libnsl.so.1 to the AppImage, print resulting upload url

This commit is contained in:
Zion Nimchuk 2018-10-25 21:14:02 -07:00
parent 586c0ea1d0
commit 2487a03648
2 changed files with 3 additions and 2 deletions

View file

@ -32,4 +32,4 @@ ninja
cd ..
# If it compiled succesfully let's deploy
if [ $? -eq 0 ] && [ -n "$UPLOAD_URL" ] && [ "$TRAVIS_BRANCH" = "master" ] && [ "$TRAVIS_PULL_REQUEST" = false ]; then /bin/bash -ex .travis/deploy-linux.bash ; fi
if [ $? -eq 0 ] && [ -n "$UPLOAD_URL" ] && [ "$TRAVIS_BRANCH" = "master" ] && [ "$TRAVIS_PULL_REQUEST" = false ]; then /bin/bash -ex .travis/deploy-linux.bash ; fi