Commit b26582c0 authored by Niels's avatar Niels

another try for coverity-scan

parent 1cc77a5f
...@@ -34,6 +34,14 @@ matrix: ...@@ -34,6 +34,14 @@ matrix:
apt: apt:
sources: ['ubuntu-toolchain-r-test'] sources: ['ubuntu-toolchain-r-test']
packages: ['g++-5', 'valgrind'] 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 env: COMPILER=g++-5
# - os: linux # - os: linux
...@@ -122,13 +130,3 @@ script: ...@@ -122,13 +130,3 @@ script:
- if [ `which valgrind` ]; then - if [ `which valgrind` ]; then
valgrind --error-exitcode=1 --leak-check=full ./json_unit ; valgrind --error-exitcode=1 --leak-check=full ./json_unit ;
fi 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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment