From: Daniel Stenberg Date: Fri, 11 Jun 2021 11:59:37 +0000 (+0200) Subject: travis: remove the arm job X-Git-Tag: curl-7_78_0~146 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7239%2Fhead;p=thirdparty%2Fcurl.git travis: remove the arm job We do it on circle CI instead --- diff --git a/.travis.yml b/.travis.yml index bd0b127a07..ebb0692dbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -386,23 +386,6 @@ jobs: - libpsl-dev - libbrotli-dev - libzstd-dev - - env: - - T=debug C="--with-openssl" TFLAGS=-n - - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" - arch: arm64 - addons: - apt: - <<: *common_apt - packages: - - *common_packages - - libpsl-dev - - libbrotli-dev - - libzstd-dev - - libev-dev - - libssl-dev - - libtool - - pkg-config - - zlib1g-dev - env: - T=debug C="--with-openssl" TFLAGS=-n