X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=.travis.yml;h=df4174bdea0088afb3b4e8fea7615e45b1d3ea66;hb=08f36a77850ee38a5e6eacba23bd252a7678b788;hp=e7316def3ec3a16aefafdd6f2d81916336223a8c;hpb=9e71213ea93fbf5765f930fb627c0a17b2336d26;p=m6w6%2Flibmemcached diff --git a/.travis.yml b/.travis.yml index e7316def..df4174bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ addons: - libsasl2-dev env: - - CMAKE_BUILD_TYPE=Debug BUILD_TESTING=true ENABLE_SASL=true + - CMAKE_BUILD_TYPE=Debug BUILD_TESTING=true ENABLE_SASL=true CFLAGS="-O0 --coverage" CXXFLAGS="-O0 --coverage" install: - | @@ -40,11 +40,14 @@ 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 +after_success: + - bash <(curl -s https://codecov.io/bash) + notifications: webhooks: urls: