Skip to content

Commit 356e336

Browse files
committed
Variable fixed.
1 parent 151535e commit 356e336

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ before_install:
3030

3131
script:
3232
- 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
33+
- if [[ -v CONAN_GCC_VERSIONS ]]; then script/conan_build.sh; fi

0 commit comments

Comments
 (0)