summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2020-03-03 12:17:52 +0000
committerJoe Orton <jorton@apache.org>2020-03-03 12:17:52 +0000
commit9b07327b214e2f977e73c1c598c02c0d444fd00a (patch)
tree5ff504aafddf30fe25b0588057ac266c18d1d581 /.travis.yml
parent20d26e0c6c8d35edb860b5bd74a54f178130cb83 (diff)
downloadhttpd-9b07327b214e2f977e73c1c598c02c0d444fd00a.tar.gz
Fix travis config validation warnings.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874720 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index c14a4dde6e..254de6fac0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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
# -------------------------------------------------------------------------