From 1de4c3c6588830f9c2c4c7236596f5e0c639e588 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Tue, 26 May 2020 23:27:26 +0800 Subject: try rearrange travis build matrix --- .travis.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 60dee96..5799fe2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,15 +3,13 @@ language: c git: depth: 3 +# use focal which provides libtommath 1.20 +dist: focal + matrix: include: - # subsequent matrix options use these first settings - - os: linux - compiler: gcc + - compiler: gcc env: WEXTRAFLAGS=-Werror - sudo: false - # use focal which provides libtommath 1.20 - dist: focal - env: MULTI=1 WEXTRAFLAGS=-Werror # libtom has some warnings, so no WEXTRAFLAGS - env: CONFIGURE_FLAGS=--enable-bundled-libtom WEXTRAFLAGS="" -- cgit v1.2.1