You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2020/03/03 12:17:53 UTC

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

Author: jorton
Date: Tue Mar  3 12:17:52 2020
New Revision: 1874720

URL: http://svn.apache.org/viewvc?rev=1874720&view=rev
Log:
Fix travis config validation warnings.

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

Modified: httpd/httpd/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1874720&r1=1874719&r2=1874720&view=diff
==============================================================================
--- httpd/httpd/trunk/.travis.yml (original)
+++ httpd/httpd/trunk/.travis.yml Tue Mar  3 12:17:52 2020
@@ -1,8 +1,7 @@
 language: c
 os:
   - linux
-dist:
-  - bionic
+dist: bionic
 cache:
   directories:
     - /home/travis/perl5
@@ -31,7 +30,7 @@ env:
   global:
     - MFLAGS=-j2
 
-matrix:
+jobs:
   include:
     - name: Linux Ubuntu, Default module set
     # -------------------------------------------------------------------------