[Travis] Allow the desktop appimage build to fail.

`linuxqtdeploy` recently add a test on the running system (libc version)
and refuse to run if the libc is too recent.
So we would need to run `linuxqtdeploy` only on ubuntu 14.04.
However, we also need `qtwebengine5-dev` package whom is available only
since ubuntu 18.04.

While we find a solution (see comments in the linuxdeployqt issue), we
have to allow the appimage build to fail.

See probonopd/linuxdeployqt#340
This commit is contained in:
Matthieu Gautier 2019-01-15 11:16:48 +01:00
parent 12614facce
commit 4329629f97

View file

@ -76,6 +76,7 @@ addons:
- libmagic-dev
matrix:
allow_failures:
- env: PLATFORM="native_dyn" DESKTOP_ONLY=1
- env: PLATFORM="android_arm"
- env: PLATFORM="android_arm64"
- env: PLATFORM="android_mips"