From 0ef0fe3af543beb2a7d1872bef29d5edb7d6cea5 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Mon, 15 May 2017 12:24:31 +0300 Subject: [PATCH] Travis CI: Move dist[check] test configs closer to the file beginning (refactor commits 672aab2, 73162f6) --- .travis.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 83e8518..9210274 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,15 @@ matrix: branch_pattern: master build_command_prepend: CFLAGS=-march=native ./configure build_command: make -j check CFLAGS_EXTRA=-DLINT2 + - os: linux + dist: trusty + env: + - MAKEFILE_TARGET=distcheck + - AUTOMAKE_VER=1.15 + - M4_VER=1.4.18 + - LIBTOOL_VER=2.4.6 + - os: linux + env: [ MAKEFILE_TARGET=dist ] - os: linux compiler: clang env: @@ -164,15 +173,6 @@ matrix: env: - CONF_OPTIONS="--host=x86_64-w64-mingw32 --enable-shared" - MAKEFILE_TARGET=all - - os: linux - env: [ MAKEFILE_TARGET=dist ] - - os: linux - dist: trusty - env: - - MAKEFILE_TARGET=distcheck - - AUTOMAKE_VER=1.15 - - M4_VER=1.4.18 - - LIBTOOL_VER=2.4.6 - os: linux addons: { apt: { packages: [ gcc-multilib ] } } env: [ CROSS_GCC_VER=4.9.0, NOLIBC_ARCH_ABI=aarch64-linux ] -- 2.40.0