X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=.travis.yml;h=f2e85f485bb3577e4ad2876690e6372916fda3e3;hb=d2e4bd3d292dc9b84c29d6bc2f89f2e542abc56d;hp=ff23b34d6c2faa1c39898133b8df33022e89a519;hpb=7e2b466107a65e22f1cc258ca8643922dbb60352;p=m6w6%2Flibmemcached diff --git a/.travis.yml b/.travis.yml index ff23b34d..f2e85f48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ os: linux dist: focal -arch: arm64 +arch: + - arm64 + - ppc64le language: cpp addons: @@ -41,3 +43,11 @@ script: after_failure: - cat Testing/Temporary/LastTest.log || true + +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/796c8423962228333c54 + on_success: change + on_failure: change + on_start: never