# HG changeset patch # User Matt Johnston # Date 1590506846 -28800 # Node ID 2d3745d58843cd1d2c3c43f76eed8241a9743a39 # Parent 2a06ef4ba80d86dabcc4225f4c9a0d791b9b85ea try rearrange travis build matrix diff -r 2a06ef4ba80d -r 2d3745d58843 .travis.yml --- a/.travis.yml Tue May 26 23:16:11 2020 +0800 +++ b/.travis.yml Tue May 26 23:27:26 2020 +0800 @@ -3,15 +3,13 @@ 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=""