diff options
author | Matt Johnston <matt@ucc.asn.au> | 2020-05-26 23:16:11 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2020-05-26 23:16:11 +0800 |
commit | 49667a82de88886a5eeb9b95d2dc910bfd4475e7 (patch) | |
tree | 689e971c2607bad18cc630e0f909547648f74e85 /.travis.yml | |
parent | a57114e7fabca64ed27d942708bc23e6d887c924 (diff) |
.travis.yml needs spaces not tabs
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files 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 |