changeset 1690:2a06ef4ba80d

.travis.yml needs spaces not tabs
author Matt Johnston <matt@ucc.asn.au>
date Tue, 26 May 2020 23:16:11 +0800
parents d2d3b5ba6c64
children 2d3745d58843
files .travis.yml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Tue May 26 23:13:48 2020 +0800
+++ b/.travis.yml	Tue May 26 23:16:11 2020 +0800
@@ -10,13 +10,13 @@
       compiler: gcc
       env: WEXTRAFLAGS=-Werror
       sudo: false
-	  # use focal which provides libtommath 1.20
-	  dist: focal
+      # 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=""
-	  # can use an older distro with bundled libtom
-	  dist: xenial
+      # can use an older distro with bundled libtom
+      dist: xenial
     - env: NOWRITEV=1 
     - os: linux
       compiler: clang