From 3f089cab2bf21b2cca172f2662ce25e8c8ba2535 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Tue, 13 Dec 2016 18:24:16 +0100 Subject: [PATCH] :construction_worker: moved instructed build to "before_script" #394 --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index b87008a4..c07b610a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,16 +41,15 @@ matrix: after_success: - make check TEST_PREFIX="valgrind --error-exitcode=1 --leak-check=full " TEST_PATTERN="" - # CLang sanitizers + # cLang sanitizer - os: linux env: - LLVM_VERSION=3.8.1 - - SPECIAL=sanitizers + - SPECIAL=sanitizer compiler: clang - after_success: - - make clean - - CXXFLAGS="-g -O2 -fsanitize=address -fsanitize=undefined -fno-omit-frame-pointer" make check + before_script: + - CXXFLAGS="-g -O2 -fsanitize=address -fsanitize=undefined -fno-omit-frame-pointer" make # cppcheck