diff options
author | Matt Johnston <matt@ucc.asn.au> | 2020-05-26 23:27:26 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2020-05-26 23:27:26 +0800 |
commit | 724e61f8ae9e9f216b0252e41c5ebd5d64ad79a6 (patch) | |
tree | 831d9b5a82814de01f0e3ae68fd78b1265f9bbd5 | |
parent | 49667a82de88886a5eeb9b95d2dc910bfd4475e7 (diff) |
try rearrange travis build matrix
-rw-r--r-- | .travis.yml | 10 |
1 files 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="" |