Merge pull request #187 from kiwix/no_kiwix-desktop_travis_trusty

Do not try to compile kiwix-desktop on travis trusty
This commit is contained in:
Matthieu Gautier 2018-06-15 17:07:35 +02:00 committed by GitHub
commit 1ad0b35987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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')