Skip to content

Commit

Permalink
Travis CI: Removed no longer necessary unsetting of env vars
Browse files Browse the repository at this point in the history
At least, according to linuxdeployqt documentation it's no longer
necessary.
  • Loading branch information
bjorn committed Oct 23, 2020
1 parent 5dca43d commit 3fee6eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ matrix:
- wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
-O linuxdeployqt
- chmod a+x linuxdeployqt
- unset QTDIR; unset QT_PLUGIN_PATH; unset LD_LIBRARY_PATH
- "./linuxdeployqt ./Tiled/usr/share/applications/org.mapeditor.Tiled.desktop
-bundle-non-qt-libs -extra-plugins=imageformats/libqsvg.so -exclude-libs=libpython3.5m.so.1
-verbose=2"
Expand Down

0 comments on commit 3fee6eb

Please sign in to comment.