try rearrange travis build matrix

This commit is contained in:
Matt Johnston 2020-05-26 23:27:26 +08:00
parent 49667a82de
commit 724e61f8ae

View File

@ -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=""