[master] 78866f7 Make "make distcheck" happy under osx

Poul-Henning Kamp phk at phk.freebsd.dk
Tue Apr 3 15:27:51 UTC 2018


--------
In message <20180403133911.7B3EE630F8 at lists.varnish-cache.org>, Federico G. Sch
windt writes:

Strictly speaking we now also have tests which can
use haproxy (tests/h*.vtc), but both those and
the tests which use nghttp2 are conditional on
finding the respective binaries.

Poul-Henning

>commit 78866f7b4f2ddac2b72d9e30c93c6368cfdd88bf
>Author: Federico G. Schwindt <fgsch at lodoss.net>
>Date:   Tue Apr 3 14:31:10 2018 +0100
>
>    Make "make distcheck" happy under osx
>    
>    Also report success/failure earlier.
>
>diff --git a/.travis.yml b/.travis.yml
>index 858d079..2ff305c 100644
>--- a/.travis.yml
>+++ b/.travis.yml
>@@ -2,6 +2,7 @@
> sudo: required
> language: c
> matrix:
>+  fast_finish: true
>   include:
>   - os: linux
>     dist: trusty
>@@ -34,7 +35,7 @@ notifications:
> before_install:
>   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
>       brew update;
>-      brew install docutils nghttp2;
>+      brew install docutils sphinx-doc nghttp2;
>     fi
>   - if [[ -n "$CLANG" ]]; then
>       wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key |
>_______________________________________________
>varnish-commit mailing list
>varnish-commit at varnish-cache.org
>https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit
>

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.


More information about the varnish-commit mailing list