summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Expand)AuthorAgeFilesLines
* Allow failures for the gcc9 build since the repo seems to have broken deps.Joe Orton2020-04-161-0/+3
* Don't fail the Travis build for ppc64le jobs, which are also unreliable.Joe Orton2020-04-141-0/+2
* Drop -v from arm64 test runs and add to allowed failures, it is stillJoe Orton2020-03-251-2/+3
* Better define conditions for skipping tests on 2.4.x or non-2.4.x.Joe Orton2020-03-231-7/+14
* Fix the travis syntax (should have done it in a PR...).Joe Orton2020-03-201-1/+1
* Fix Travis trunk/master confusion, and make the i386 buildJoe Orton2020-03-201-4/+5
* Test exclsion doesn't work since "tag !~" matches when tag is undefined.Joe Orton2020-03-201-4/+4
* Match Travis jobs for 2.4.x by tag as well as branch.Joe Orton2020-03-201-8/+12
* Add simple test for apxs to catch regression in r1872042.Joe Orton2020-03-201-1/+2
* Fix travis config validation warnings.Joe Orton2020-03-031-3/+2
* Switch to using httpd-tests git repo.Joe Orton2020-03-031-1/+1
* Add an i386 build using a multilib packages and "gcc -m32".Joe Orton2020-02-261-1/+29
* Add gcc 9 job, enable enhanced malloc debugging for pool-debug job.Joe Orton2020-02-201-4/+23
* Add Travis job which runs under UBSan ("Undefined Behaviour Sanitizer").Joe Orton2020-02-191-0/+4
* Add Travis job with --enable-mods-static=reallyall.Joe Orton2020-01-141-0/+3
* Enable verbose test output to debug failures on arm.Joe Orton2020-01-101-0/+1
* Add Travis job running the litmus WebDAV test suite.Joe Orton2020-01-101-0/+23
* travis: remove verbose arg for Ubuntu WorkerLuca Toscano2020-01-091-1/+0
* Add arm64 support for Travis testing.Mike Rumph2020-01-081-0/+4
* travis: disable email notificationsLuca Toscano2020-01-061-2/+4
* travis: add verbose config to perl test suite for Ubuntu Worker All ModulesLuca Toscano2020-01-061-0/+1
* Add Travis job which runs tests in random order.Joe Orton2020-01-061-0/+4
* travis: restore email notifications for dev@Luca Toscano2019-12-301-3/+2
* Work around a build failure when a cached APR branch installJoe Orton2019-12-301-0/+1
* travis: temporary disable notifications to dev@Luca Toscano2019-12-281-2/+3
* travis: sync trunk's notification config with 2.4.xLuca Toscano2019-12-191-3/+1
* travis: send notification to httpd-dev@ only on failureLuca Toscano2019-12-191-1/+0
* does this work??Daniel Gruno2019-12-101-1/+0
* adding myself for debugging (happy 113th birthday to the inventor of that ter...Daniel Gruno2019-12-091-0/+1
* travis: enable email notifications on success as testLuca Toscano2019-12-091-1/+4
* Enable ppc64le builds, caching now seems to work in Travis for non-x86.Joe Orton2019-11-281-0/+4
* Skip "PCRE 1" job for 2.4.x since there's no PCRE 2 support. [skip ci]Joe Orton2019-11-281-1/+2
* Skip ap_expr regeneration for 2.4.x.Joe Orton2019-11-281-1/+2
* Build on s390x (interesting test target since it's big-endian).Joe Orton2019-11-211-0/+10
* Support travis builds against APR/APR-util non-trunk branches.Joe Orton2019-11-211-0/+5
* Specify make flags globally and work around PR 63942 for regenerationJoe Orton2019-11-201-0/+5
* Try mailing dev@ for Travis build results.Joe Orton2019-11-151-1/+1
* Add build job for trunk on Xenial with custom APR/APR-util builds.Joe Orton2019-11-141-1/+7
* Test IRC and e-mail notifications.Joe Orton2019-11-131-0/+5
* Install PCRE v2 (10.x) by default, add a job testing with PCRE "v1" (8.x).Joe Orton2019-11-121-0/+6
* Add buildconf option to force (rather than suppress) regeneration ofJoe Orton2019-11-121-0/+5
* Update APR version requirement to 1.6 or later per rough consensus onJoe Orton2019-11-121-9/+12
* Fix yaml typo.Joe Orton2019-11-081-1/+1
* Add shared-mpms build, add build against APR trunk (httpd trunk only).Joe Orton2019-11-081-0/+8
* Add APR 1.4/APR-util 1.4 build, but only for 2.4.x.Joe Orton2019-11-081-0/+5
* Build APR-util 1.7.x --with-crypto otherwise the "mod_crypto" build fails,Joe Orton2019-11-081-0/+2
* Build all modules when testing APR variations.Joe Orton2019-11-081-0/+3
* Add Travis support for multiple APR/APR-util versions.Joe Orton2019-11-081-0/+11
* Support 2.4.x builds, which lacks --with-test-suite support.Joe Orton2019-11-081-6/+6
* Move before/run scripts out of .travis.yml.Joe Orton2019-11-061-11/+2