changeset 1691:2d3745d58843

try rearrange travis build matrix
author Matt Johnston <matt@ucc.asn.au>
date Tue, 26 May 2020 23:27:26 +0800
parents 2a06ef4ba80d
children 1051e4eea25a
files .travis.yml
diffstat 1 files changed, 4 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Tue May 26 23:16:11 2020 +0800
+++ b/.travis.yml	Tue May 26 23:27:26 2020 +0800
@@ -3,15 +3,13 @@
 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=""