Build and test on both AMD64 and ARM64

Use 'arm64' instead of 'arm64-graviton2'

The Graviton2 builder is available only on travis-ci.com. Apache uses travis-ci.org

Install Maven explicitly because it is not pre-installed on the ARM64 image for Trusty
diff --git a/.travis.yml b/.travis.yml
index a3db095..79392d4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,15 @@
 dist: trusty
 sudo: false
 
+arch:
+  - amd64
+  - arm64
+
+addons:
+  apt:
+    packages:
+      - maven
+      
 jdk:
   - oraclejdk8
   - openjdk12