another try for coverity-scan
This commit is contained in:
parent
1cc77a5fe5
commit
b26582c0e9
1 changed files with 8 additions and 10 deletions
18
.travis.yml
18
.travis.yml
|
@ -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:
|
||||||
- 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
|
|
||||||
|
|
Loading…
Reference in a new issue