From aa55ce5619b762be0c8df4aa1cdbc40cd27dfe77 Mon Sep 17 00:00:00 2001 From: Buke Po Date: Fri, 14 Jul 2017 23:38:06 +0800 Subject: [PATCH] [travis-ci] adjust tests order to reduce overall time. (#1998) --- .travis.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index c23efd7d5..d5e73997a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,6 +42,15 @@ after_success: matrix: include: + - env: BUILD_TARGET="posix-distcheck" VERBOSE=1 + os: linux + compiler: clang + - env: BUILD_TARGET="posix-32-bit" VERBOSE=1 + os: linux + compiler: gcc + - env: BUILD_TARGET="posix-ncp" VERBOSE=1 + os: linux + compiler: gcc - env: BUILD_TARGET="pretty-check" os: linux - env: BUILD_TARGET="scan-build" CC="clang" CXX="clang++" @@ -82,15 +91,6 @@ matrix: packages: - gcc-6 - g++-6 - - env: BUILD_TARGET="posix-distcheck" VERBOSE=1 - os: linux - compiler: clang - - env: BUILD_TARGET="posix-32-bit" VERBOSE=1 - os: linux - compiler: gcc - env: BUILD_TARGET="posix-ncp-spi" VERBOSE=1 os: linux compiler: gcc - - env: BUILD_TARGET="posix-ncp" VERBOSE=1 - os: linux - compiler: gcc