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
This commit is contained in:
Martin Tzvetanov Grigorov 2020-11-03 16:13:54 +02:00 committed by Oleg Kalnichevski
parent c9489606d5
commit 1cd0f73746
1 changed files with 9 additions and 0 deletions

View File

@ -17,6 +17,15 @@ language: java
dist: trusty
sudo: false
arch:
- amd64
- arm64
addons:
apt:
packages:
- maven
jdk:
- oraclejdk8
- openjdk12