summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2020-05-26 23:16:11 +0800
committerMatt Johnston <matt@ucc.asn.au>2020-05-26 23:16:11 +0800
commit100c6996b3512f7f2b8cde86ece8e423cc95a385 (patch)
treea64b352e2d40df0732e57a0defeaa161f78d06cd
parent7a94ff045eaaa99704bb7688a3df1162c18ef417 (diff)
downloaddropbear-100c6996b3512f7f2b8cde86ece8e423cc95a385.tar.gz
.travis.yml needs spaces not tabs
-rw-r--r--.travis.yml8
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