# HG changeset patch # User Matt Johnston # Date 1590506171 -28800 # Node ID 2a06ef4ba80d86dabcc4225f4c9a0d791b9b85ea # Parent d2d3b5ba6c64c7da2a3b723f6cd30d9c8757fc7e .travis.yml needs spaces not tabs diff -r d2d3b5ba6c64 -r 2a06ef4ba80d .travis.yml --- 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