We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de3325 commit f112eddCopy full SHA for f112edd
.travis.yml
@@ -28,9 +28,11 @@ matrix:
28
services:
29
- docker
30
env:
31
- - COMPILER=g++
+ - COMPILER=g++-8
32
- CONAN_GCC_VERSIONS=8
33
- - CONAN_DOCKER_IMAGE=conanio/gcc8
+ - CONAN_DOCKER_IMAGE=lasote/conangcc8
34
+ install:
35
+ - pip install -U conan conan-package-tools
36
script:
37
- python .conan/build.py
38
0 commit comments