Intel C++ CI testing: Remove argument to installer as it's not recognised and should be the default anyway.

This commit is contained in:
jzmaddock
2018-12-23 12:00:44 +00:00
parent 2fe0d73475
commit da2f7267ba

View File

@@ -29,7 +29,7 @@ matrix:
env: TOOLSET=intel COMPILER=icpc CXXSTD=03,11 TEST_INTEL=1 env: TOOLSET=intel COMPILER=icpc CXXSTD=03,11 TEST_INTEL=1
before_install: before_install:
- wget -q 'https://raw.githubusercontent.com/nemequ/icc-travis/master/install-icc.sh' - wget -q 'https://raw.githubusercontent.com/nemequ/icc-travis/master/install-icc.sh'
- bash ./install-icc.sh icc - bash ./install-icc.sh
after_script: after_script:
- '[[ ! -z "${INTEL_INSTALL_PATH}" ]] && uninstall_intel_software' - '[[ ! -z "${INTEL_INSTALL_PATH}" ]] && uninstall_intel_software'