From da2f7267ba4c93873fa71ac93fe3fb9b77f9b49e Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sun, 23 Dec 2018 12:00:44 +0000 Subject: [PATCH] Intel C++ CI testing: Remove argument to installer as it's not recognised and should be the default anyway. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fc77cb2a..c32aa922 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ matrix: env: TOOLSET=intel COMPILER=icpc CXXSTD=03,11 TEST_INTEL=1 before_install: - wget -q 'https://raw.githubusercontent.com/nemequ/icc-travis/master/install-icc.sh' - - bash ./install-icc.sh icc + - bash ./install-icc.sh after_script: - '[[ ! -z "${INTEL_INSTALL_PATH}" ]] && uninstall_intel_software'