From 40bd96cc123e8794b650b2711b64e15231358f86 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Fri, 29 Mar 2019 07:51:52 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3410eab..5336db7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,4 @@ script: - ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -qmldir=./qml/ -bundle-non-qt-libs - ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -qmldir=./qml/ -appimage - find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq - - curl -F "file=@$(echo FeedTheMonkey*.AppImage) https://file.io + - curl -F "file=@$(echo FeedTheMonkey*.AppImage)" https://file.io