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: git:
depth: 3 depth: 3
# use focal which provides libtommath 1.20
dist: focal
matrix: matrix:
include: include:
# subsequent matrix options use these first settings - compiler: gcc
- os: linux
compiler: gcc
env: WEXTRAFLAGS=-Werror env: WEXTRAFLAGS=-Werror
sudo: false
# use focal which provides libtommath 1.20
dist: focal
- env: MULTI=1 WEXTRAFLAGS=-Werror - env: MULTI=1 WEXTRAFLAGS=-Werror
# libtom has some warnings, so no WEXTRAFLAGS # libtom has some warnings, so no WEXTRAFLAGS
- env: CONFIGURE_FLAGS=--enable-bundled-libtom WEXTRAFLAGS="" - env: CONFIGURE_FLAGS=--enable-bundled-libtom WEXTRAFLAGS=""