You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2020/12/05 21:29:32 UTC

svn commit: r1884138 - /httpd/httpd/trunk/.travis.yml

Author: ylavic
Date: Sat Dec  5 21:29:31 2020
New Revision: 1884138

URL: http://svn.apache.org/viewvc?rev=1884138&view=rev
Log:
Cosmetics (and one more ci pass, just in case).

Modified:
    httpd/httpd/trunk/.travis.yml

Modified: httpd/httpd/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1884138&r1=1884137&r2=1884138&view=diff
==============================================================================
--- httpd/httpd/trunk/.travis.yml (original)
+++ httpd/httpd/trunk/.travis.yml Sat Dec  5 21:29:31 2020
@@ -301,7 +301,8 @@ jobs:
     - name: Linux Ubuntu Focal, UBSan
       dist: focal
       env: NOTEST_CFLAGS="-fsanitize=undefined -fno-sanitize-recover=undefined" NOTEST_LIBS=-lubsan
-           CONFIG="--enable-mods-shared=reallyall --disable-http2" TEST_UBSAN=1
+           CONFIG="--enable-mods-shared=reallyall --disable-http2"
+           TEST_UBSAN=1
     # -------------------------------------------------------------------------
     - name: Linux Ubuntu Focal, ASan
       dist: focal