summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2020-05-26 23:27:26 +0800
committerMatt Johnston <matt@ucc.asn.au>2020-05-26 23:27:26 +0800
commit1de4c3c6588830f9c2c4c7236596f5e0c639e588 (patch)
treee315e5b640d6435c348a64cf894ee1a73c007895
parent100c6996b3512f7f2b8cde86ece8e423cc95a385 (diff)
downloaddropbear-1de4c3c6588830f9c2c4c7236596f5e0c639e588.tar.gz
try rearrange travis build matrix
-rw-r--r--.travis.yml10
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=""