Skip to content

Commit 68b453d

Browse files
author
Hana Dusíková
committed
rollback
1 parent 146d12e commit 68b453d

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.travis.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,15 @@ jobs:
66
include:
77
- os: linux
88
language: python
9-
compiler: gcc
10-
python: "3.8"
9+
python: "3.6"
10+
services:
11+
- docker
1112
env:
12-
- CONAN_GCC_VERSIONS=9
13-
- COMPILER=g++-9
14-
- CXX_STANDARD=20
15-
addons:
16-
apt:
17-
packages: ['g++-9', 'gcc-9-multilib', 'g++-9-multilib', 'linux-libc-dev']
13+
- COMPILER=g++-8
14+
- CONAN_GCC_VERSIONS=8
15+
- CONAN_DOCKER_IMAGE=lasote/conangcc8
1816
install:
19-
- pip install -U "conan<1.30" conan-package-tools
17+
- pip install -U "conan<1.30" conan-package-tools
2018
script:
2119
- python .conan/build.py
2220

0 commit comments

Comments
 (0)