Update .travis.yml

This commit is contained in:
probonopd
2017-04-02 17:10:26 +02:00
committed by GitHub
parent 77bf10d4e7
commit 33d5cd6e7e
+1 -1
View File
@@ -16,7 +16,7 @@ script:
- cd build
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr
- make -j4
- sudo make INSTALL_ROOT=appdir install ; sudo chown -R $USER appdir ; find appdir/
- sudo make DESTIDR=appdir install ; sudo chown -R $USER appdir ; find appdir/
after_success:
- wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"