From 360b616b6fc2e137f30340c87314b4c65a1750b2 Mon Sep 17 00:00:00 2001 From: guyinyou <36399867+guyinyou@users.noreply.github.com> Date: Wed, 28 Jul 2021 11:45:16 +0800 Subject: [PATCH] [ISSUE #3185]remove the arm machine test in travis ci --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index df6a7356..4a70bccf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,8 @@ matrix: # On Linux we install latest OpenJDK 1.8 from Ubuntu repositories - name: Linux x86_64 arch: amd64 - - name: Linux aarch64 - arch: arm64 +# - name: Linux aarch64 +# arch: arm64 cache: directories: -- GitLab