.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 compiler: gcc
env: WEXTRAFLAGS=-Werror env: WEXTRAFLAGS=-Werror
sudo: false sudo: false
# use focal which provides libtommath 1.20 # use focal which provides libtommath 1.20
dist: focal dist: focal
- env: MULTI=1 WEXTRAFLAGS=-Werror - env: MULTI=1 WEXTRAFLAGS=-Werror
# libtom has some warnings, so no WEXTRAFLAGS # libtom has some warnings, so no WEXTRAFLAGS
- env: CONFIGURE_FLAGS=--enable-bundled-libtom WEXTRAFLAGS="" - env: CONFIGURE_FLAGS=--enable-bundled-libtom WEXTRAFLAGS=""
# can use an older distro with bundled libtom # can use an older distro with bundled libtom
dist: xenial dist: xenial
- env: NOWRITEV=1 - env: NOWRITEV=1
- os: linux - os: linux
compiler: clang compiler: clang