From 7f861e481abb7367bd187c92fe202e25d36d0dd0 Mon Sep 17 00:00:00 2001 From: Paul Dreik Date: Sun, 9 Jun 2019 21:47:30 +0200 Subject: [PATCH] build fuzzers as part of the linux clang 6 build --- .travis.yml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index fa5dfe3a9ea4..27a83c199834 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,18 +19,6 @@ matrix: # Documentation - env: BUILD=Doc sudo: required - # make sure the fuzzers still build ok - - env: COMPILER=clang++-6.0 BUILD=Debug STANDARD=14 ENABLE_FUZZING=1 - compiler: clang - addons: - apt: - update: true - packages: - - clang-6.0 - sources: - - ubuntu-toolchain-r-test - - llvm-toolchain-trusty - - llvm-toolchain-trusty-6.0 # g++ 6 on Linux with C++14 - env: COMPILER=g++-6 BUILD=Debug STANDARD=14 compiler: gcc @@ -77,8 +65,8 @@ matrix: - env: BUILD=Release STANDARD=14 compiler: clang os: osx - # clang 6.0 on Linux with C++14 - - env: COMPILER=clang++-6.0 BUILD=Debug STANDARD=14 + # clang 6.0 on Linux with C++14 (builds the fuzzers as well) + - env: COMPILER=clang++-6.0 BUILD=Debug STANDARD=14 ENABLE_FUZZING=1 compiler: clang addons: apt: