From 520b6dace90223753ad46615db9734089dbbdad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sun, 9 May 2021 17:45:26 +0200 Subject: [PATCH] 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. --- .travis.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index d79508af..ba0b0091 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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}