From c5dfa73d56764ae1c3bfb0d644955caa0b1883f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sat, 29 Jul 2017 08:45:52 +0200 Subject: [PATCH] Disable build broken by travis changes It should be reenabled later, but I don't have time to investigate right now. --- .travis.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 278ea40b..6195c1e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -192,15 +192,15 @@ matrix: env: COMPILER='g++-6' BUILD_TYPE='Debug' CPP14=1 # 4b/ Linux C++14 Clang builds - - os: linux - compiler: clang - addons: *clang38 - env: COMPILER='clang++-3.8' BUILD_TYPE='Release' CPP14=1 - - - os: linux - compiler: clang - addons: *clang38 - env: COMPILER='clang++-3.8' BUILD_TYPE='Debug' CPP14=1 +# - os: linux +# compiler: clang +# addons: *clang38 +# env: COMPILER='clang++-3.8' BUILD_TYPE='Release' CPP14=1 +# +# - os: linux +# compiler: clang +# addons: *clang38 +# env: COMPILER='clang++-3.8' BUILD_TYPE='Debug' CPP14=1 # 5/ OSX Clang Builds