From 4aaabd82cdb689dc1e6553e5ce521d62482d0d6f Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 5 Apr 2018 00:40:34 +0300 Subject: [PATCH] Travis CI: Remove duplicate build configuration (linux/clang with cpp) (fix of commit 96a81eb55) --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0769e783..2ec5d681 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,11 +38,6 @@ matrix: - os: linux env: - MAKEFILE_TARGETS="dist" - - os: linux - compiler: clang - env: - - CONF_OPTIONS="--enable-cplusplus" - - NO_CLONE_LIBATOMIC_OPS=true - os: linux compiler: gcc env: -- 2.50.1