From: Eugene Syromyatnikov Date: Sat, 7 Apr 2018 00:45:09 +0000 (+0200) Subject: ci: reorder travis jobs X-Git-Tag: v4.23~283 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=300a5a39f194ebcab369800265ceb2abb7f890f2;p=strace ci: reorder travis jobs Run coverage check first as it is the longest one. * .travis.yml (matrix): Reorder. --- diff --git a/.travis.yml b/.travis.yml index 42d897c9..0091e460 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,11 @@ env: matrix: include: + - compiler: gcc + env: + - TARGET=x86_64 + - CHECK=coverage + - KHEADERS=torvalds/linux - compiler: gcc env: - TARGET=x86_64 @@ -48,8 +53,3 @@ matrix: - compiler: gcc-7 env: - TARGET=x86 - - compiler: gcc - env: - - TARGET=x86_64 - - CHECK=coverage - - KHEADERS=torvalds/linux