From 0142dc94d4c557e7d9a4a06e1705b4c15ffeccfc Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Thu, 2 May 2019 20:33:22 +0200 Subject: [PATCH] [CI] Start to build flatpak first in the CI The flatpak build is the longer job. By starting it in the first jobs, we reduce a bit the total build time. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 089d9c5..ee4866e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -110,6 +110,7 @@ env: - NIGHTLY_DATE=$(date +%Y-%m-%d) - SSH_KEY=/tmp/private/travisci_builder_id_key matrix: + - PLATFORM="flatpak" DESKTOP_ONLY=1 - PLATFORM="native_dyn" - PLATFORM="native_static" - PLATFORM="native_mixed" @@ -120,7 +121,6 @@ env: - PLATFORM="i586_dyn" - PLATFORM="i586_static" - PLATFORM="native_dyn" DESKTOP_ONLY=1 - - PLATFORM="flatpak" DESKTOP_ONLY=1 - PLATFORM="android_arm" - PLATFORM="android_arm64" - PLATFORM="android_x86"