From b26582c0e90c2f896a10c65afd5e167f5a4195a4 Mon Sep 17 00:00:00 2001 From: Niels Date: Sun, 29 May 2016 12:29:46 +0200 Subject: [PATCH] another try for coverity-scan --- .travis.yml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9ff83b5a2..6d8290bde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,14 @@ matrix: apt: sources: ['ubuntu-toolchain-r-test'] packages: ['g++-5', 'valgrind'] + coverity_scan: + project: + name: "nlohmann/json" + description: "Build submitted via Travis CI" + notification_email: niels.lohmann@gmail.com + build_command_prepend: "make clean" + build_command: "make doctest" + branch_pattern: coverity_scan env: COMPILER=g++-5 # - os: linux @@ -122,13 +130,3 @@ script: - if [ `which valgrind` ]; then valgrind --error-exitcode=1 --leak-check=full ./json_unit ; fi - -addons: - coverity_scan: - project: - name: "nlohmann/json" - description: "Build submitted via Travis CI" - notification_email: niels.lohmann@gmail.com - build_command_prepend: "make clean" - build_command: "make doctest" - branch_pattern: coverity_scan