From a944fc86206733033391093fd2410e237fc5ac44 Mon Sep 17 00:00:00 2001 From: Bimba Shrestha Date: Thu, 13 Aug 2020 12:47:04 -0500 Subject: [PATCH] removing icc from travis --- .travis.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index a4046287..fd9a435a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,22 +25,6 @@ env: matrix: fast_finish: true include: - - name: icc - compiler: icc - env: - - C_COMPILER=icc - - CXX_COMPILER=icpc - install: - - source /opt/intel/inteloneapi/compiler/latest/env/vars.sh - addons: - apt: - sources: - - sourceline: 'deb https://apt.repos.intel.com/oneapi all main' - key_url: 'https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB' - packages: - - intel-oneapi-icc - script: make check - - name: arm64 # ~2.5 mn os: linux arch: arm64