Skip to content

Commit

Permalink
try rearrange travis build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mkj committed May 26, 2020
1 parent 49667a8 commit 724e61f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down

0 comments on commit 724e61f

Please sign in to comment.