mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
.travis.yml needs spaces not tabs
This commit is contained in:
parent
a57114e7fa
commit
49667a82de
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user