We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 151535e commit 356e336Copy full SHA for 356e336
1 file changed
.travis.yml
@@ -30,4 +30,4 @@ before_install:
30
31
script:
32
- if [[ -v COMPILER ]]; then docker run -v ${PWD}:/mnt -it ${DOCKER_IMG}/${COMPILER} /bin/bash -c "cd /mnt; script/ci_build.sh"; fi
33
- - if [[ -v CONAN_DOCKER_IMAGE ]]; then script/conan_build.sh; fi
+ - if [[ -v CONAN_GCC_VERSIONS ]]; then script/conan_build.sh; fi
0 commit comments