From 49667a82de88886a5eeb9b95d2dc910bfd4475e7 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Tue, 26 May 2020 23:16:11 +0800 Subject: [PATCH] .travis.yml needs spaces not tabs --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 22013c1..60dee96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,13 +10,13 @@ matrix: 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