From ec11f08fb3cbed202be9bce5b75b63d9fdd13f0c Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Thu, 12 Sep 2019 13:16:30 +0200 Subject: [PATCH] CI: always uninstall icc --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0e843e85..01bebe74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -450,4 +450,4 @@ script: - if test ${PART-2} = 2; then make maintainer-check-g++ VERBOSE=1 TESTSUITEFLAGS=-j2 || { cat tests/testsuite.log && false; }; fi after_script: - - if [[ $CC == "icc" ]]; then uninstall_intel_software || true; fi + - uninstall_intel_software || true