Do not try to compile kiwix-desktop on travis trusty

This commit is contained in:
Matthieu Gautier 2018-06-15 16:38:39 +02:00
parent 9decfa6226
commit c9c7d86ca8
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ elif PLATFORM.startswith('native_'):
if not make_release:
TARGETS = ('kiwix-desktop', )
else:
TARGETS = ('libzim', 'kiwix-lib', 'kiwix-desktop', 'zimwriterfs', 'zim-tools', 'kiwix-tools')
TARGETS = ('libzim', 'zimwriterfs', 'zim-tools', 'kiwix-lib', 'kiwix-tools')
else:
TARGETS = ('libzim', 'zim-tools', 'kiwix-lib', 'kiwix-tools')