try exotic arch on travis [cirrus skip]
[awesomized/libmemcached] / .travis.yml
index ff23b34d6c2faa1c39898133b8df33022e89a519..e7316def3ec3a16aefafdd6f2d81916336223a8c 100644 (file)
@@ -1,6 +1,9 @@
 os: linux
 dist: focal
-arch: arm64
+arch:
+  - arm64
+  - ppc64le
+  - s390x
 language: cpp
 
 addons:
@@ -41,3 +44,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