From e0ca60a8422bf603cdff9c891756024b3029d333 Mon Sep 17 00:00:00 2001 From: SimonRohou Date: Sun, 1 Nov 2020 12:11:26 +0100 Subject: [PATCH] [travis] G++5 --- .travis.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 575db462c..b1f0a9bc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,15 +31,15 @@ matrix: - docker run --rm -v `pwd`:/io $DOCKER_IMAGE /io/scripts/docker/build_pybinding.sh - ls wheelhouse # Other environments for C++ tests (g++ versions, trees..) - - os: linux - addons: - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - g++-5 - env: - - MATRIX_EVAL="CC=gcc-5 && CXX=g++-5" +# todo - os: linux +# todo addons: +# todo apt: +# todo sources: +# todo - ubuntu-toolchain-r-test +# todo packages: +# todo - g++-5 +# todo env: +# todo - MATRIX_EVAL="CC=gcc-5 && CXX=g++-5" # todo - os: linux # todo addons: # todo apt: