X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=.travis.yml;h=df4174bdea0088afb3b4e8fea7615e45b1d3ea66;hb=08f36a77850ee38a5e6eacba23bd252a7678b788;hp=1428b20a34afd504a75b8dd2581cd093fc6793df;hpb=1b59502c521cc804cb712d3ee07dfbba107f2951;p=m6w6%2Flibmemcached diff --git a/.travis.yml b/.travis.yml index 1428b20a..df4174bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ script: - cmake -DMEMCACHED_BINARY=/opt/bin/memcached .. - make -j2 VERBOSE=1 - make test VERBOSE=1 - - make install DESTDIR=. + - make install DESTDIR=/tmp after_failure: - cat Testing/Temporary/LastTest.log || true