From 22cb654046f96d056337bf8ddb810915459ba349 Mon Sep 17 00:00:00 2001 From: Maijin Date: Mon, 9 Oct 2017 17:51:54 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 56d75a9e..58654ac3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ after_success: ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -bundle-non-qt-libs -verbose=2 && ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -appimage -verbose=2 find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq && - export FILE_TO_UPLOAD="Cutter-x86_64.AppImage" && + export FILE_TO_UPLOAD="Cutter-x86_64.AppImage" ; fi before_script: