Skip to content

Commit

Permalink
need the - before export
Browse files Browse the repository at this point in the history
  • Loading branch information
hn-88 committed May 12, 2020
1 parent 5b4230a commit f1a36fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -22,8 +22,8 @@ script:
- wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
- chmod a+x linuxdeployqt-continuous-x86_64.AppImage
- unset QTDIR; unset QT_PLUGIN_PATH
#; unset LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib
# ; unset LD_LIBRARY_PATH
- export LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib
###########################################
- export VERSION=$(git rev-parse --short HEAD) # linuxdeployqt uses this for naming the file
###########################################
Expand Down

0 comments on commit f1a36fe

Please sign in to comment.