.travis.yml needs spaces not tabs

This commit is contained in:
Matt Johnston 2020-05-26 23:16:11 +08:00
parent a57114e7fa
commit 49667a82de

View File

@ -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