From e8ebde4f21794da0055d62d2a88a66321c0c030c Mon Sep 17 00:00:00 2001 From: Gennadiy Civil Date: Wed, 29 Aug 2018 12:37:54 -0400 Subject: [PATCH] Testing, trying to figure out clang errors Possibly related to travis env --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0e17bc27..c7b8a1ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,11 +30,9 @@ matrix: compiler: gcc env: BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11 - os: linux - group: deprecated-2017Q4 compiler: clang env: BUILD_TYPE=Debug VERBOSE=1 - os: linux - group: deprecated-2017Q4 compiler: clang env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11 - os: linux