We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22515b5 commit db57278Copy full SHA for db57278
2 files changed
.travis.yml
@@ -22,7 +22,7 @@ jobs:
22
- env: COMPILER=clang-7
23
- env: COMPILER=clang-6
24
- env: COMPILER=clang-5
25
- - env: CONAN_GCC_VERSIONS=9 CONAN_DOCKER_IMAGE=conanio/gcc9
+ - env: CONAN_GCC_VERSIONS=9
26
27
28
before_install:
script/conan_build.sh
@@ -2,5 +2,7 @@
2
3
set -ex
4
5
+export CONAN_DOCKER_IMAGE=conanio/gcc${CONAN_GCC_VERSIONS}
6
+
7
pip install -U conan conan_package_tools
8
python build.py
0 commit comments