summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2020-12-12 10:26:54 +0100
committerYann Ylavic <ylavic@apache.org>2020-12-12 10:26:54 +0100
commit209cff1fe845f0e3fe886538381c5a1436996b33 (patch)
tree063116f2bd504dec0cd415da06a92e92f977cb7d /.travis.yml
parentFix bash syntax in travis_run_linux.sh. (diff)
downloadapache2-209cff1fe845f0e3fe886538381c5a1436996b33.tar.xz
apache2-209cff1fe845f0e3fe886538381c5a1436996b33.zip
ci: trigger.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1884351 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4b616c321a..835fa2c537 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -336,7 +336,7 @@ jobs:
env: CONFIG="--enable-mods-shared=reallyall"
- arch: ppc64le
env: CONFIG="--enable-mods-shared=reallyall"
-
+
# CPAN modules are to be used with the system Perl and always with
# CC=gcc, e.g. for the CC="gcc -m32" case the builds are not correct
# otherwise.