Skip to content

Commit d8cbad7

Browse files
authored
Update .travis.yml
1 parent ec8b457 commit d8cbad7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@ script:
2727
- make install DESTDIR=$(readlink -f appdir) ; find appdir/
2828
- wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
2929
- chmod a+x linuxdeployqt-continuous-x86_64.AppImage
30-
- unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
3130
- export VERSION=$(git rev-parse --short HEAD) # linuxdeployqt uses this for naming the file
3231
- ./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/*.desktop -appimage -qmake=/usr/lib/x86_64-linux-gnu/qt5/bin/qmake
3332
after_success:
34-
- find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
3533
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
3634
- bash upload.sh QPhotoRec*.AppImage*
3735
branches:

0 commit comments

Comments
 (0)