]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix travis config validation warnings.
authorJoe Orton <jorton@apache.org>
Tue, 3 Mar 2020 12:17:52 +0000 (12:17 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 3 Mar 2020 12:17:52 +0000 (12:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874720 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index c14a4dde6e482f7eac7cba0501e219b68087fc30..254de6fac0e228c10c2afc30559d3cd53e9d5149 100644 (file)
@@ -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
     # -------------------------------------------------------------------------