forked from boostorg/config
Intel-16 doesn't have a C++03 mode so don't test it.
This commit is contained in:
@ -34,7 +34,7 @@ matrix:
|
|||||||
- '[[ ! -z "${INTEL_INSTALL_PATH}" ]] && uninstall_intel_software'
|
- '[[ ! -z "${INTEL_INSTALL_PATH}" ]] && uninstall_intel_software'
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
env: TOOLSET=intel COMPILER=icpc CXXSTD=03,11,14, 1z TEST_INTEL=1 EXTRA_FLAGS=-gcc-name=g++-6
|
env: TOOLSET=intel COMPILER=icpc CXXSTD=11,14 TEST_INTEL=1 EXTRA_FLAGS=-gcc-name=g++-6
|
||||||
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
|
- bash ./install-icc.sh
|
||||||
|
Reference in New Issue
Block a user