Remove conan to bintray packaging task from travis

As bintray is dead, it is no longer relevant and in fact, it will
fail during build.
This commit is contained in:
Martin Hořeňovský 2021-05-09 17:45:26 +02:00
parent 2cb5210caf
commit 520b6dace9
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 0 additions and 14 deletions

View File

@ -88,20 +88,6 @@ matrix:
packages: ['g++-6']
env: COMPILER='g++-6' CPP14=1
# Special builds, e.g. conan
- language: python
python:
- "3.7"
install:
- pip install conan-package-tools
env:
- CONAN_GCC_VERSIONS=8
- CONAN_DOCKER_IMAGE=conanio/gcc8
- CPP14=1
script:
- python .conan/build.py
before_script:
- export CXX=${COMPILER}
- cd ${TRAVIS_BUILD_DIR}