From c9c7d86ca8328fff068c348090a4d42f9716094f Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Fri, 15 Jun 2018 16:38:39 +0200 Subject: [PATCH] Do not try to compile kiwix-desktop on travis trusty --- travis/compile_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/compile_all.py b/travis/compile_all.py index afe6879..683ecbf 100755 --- a/travis/compile_all.py +++ b/travis/compile_all.py @@ -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')