Adding arm64 make check
diff --git a/.travis.yml b/.travis.yml
index a6e1a99..26db675 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -222,5 +222,12 @@
         - tree ./staging
       after_failure:
         - cat "$TRAVIS_BUILD_DIR"/builddir/meson-logs/testlog.txt
+
+    # arm 64
+    - name: arm64
+      os: linux
+      arch: arm64
+      script:
+        - make check
   allow_failures:
     - env: ALLOW_FAILURES=true