From 0b2e10b5822077b37412a3fd29cb438e1933c011 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 1 Feb 2020 19:36:55 +0100 Subject: [PATCH] travis: remove ARM64 This seems quite unreliable. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 95d2590b..65de7f51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,9 +21,6 @@ matrix: - os: linux compiler: clang env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml" - - os: linux - arch: arm64 - env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml" - os: linux arch: ppc64el env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml" -- 2.39.5