summary refs log tree commit diff
path: root/.ci
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-06-23 21:17:33 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-06-23 21:17:33 +0300
commit794b9ceb1be23d20f21094843f597dc9dc6708fb (patch)
treeb58fb9525c39216437bb8aeb9ced1e263fdbb4ba /.ci
parentAllow copying the version info in the settings page (diff)
downloadnheko-794b9ceb1be23d20f21094843f597dc9dc6708fb.tar.xz
Add entry for GCC5 on Travis-CI
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/linux/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/linux/deploy.sh b/.ci/linux/deploy.sh
index a721f2be..5859fc4a 100755
--- a/.ci/linux/deploy.sh
+++ b/.ci/linux/deploy.sh
@@ -33,7 +33,7 @@ unset LD_LIBRARY_PATH
 export ARCH=$(uname -m)
 
 if [ ! -z $TRAVIS_TAG ]; then
-    export LD_LIBRARY_PATH=.deps/usr/lib/:/opt/qt${QT_PKG}/lib/:$LD_LIBRARY_PATH
+    export LD_LIBRARY_PATH=.deps/usr/lib/:$LD_LIBRARY_PATH
 fi
 
 ./linuxdeployqt*.AppImage ${DIR}/usr/share/applications/*.desktop -bundle-non-qt-libs