Try to make coverity scanning work

This commit is contained in:
Maxime Coste 2015-10-30 13:13:50 +00:00
parent 6a4e9d1a7d
commit 92c3aa4d31

View File

@ -41,7 +41,7 @@ addons:
description: "Build submitted via Travis CI"
notification_email: frrrwww@gmail.com
build_command_prepend: "cd src && make clean"
build_command: "cd src && make -j4"
build_command: "make -j4"
branch_pattern: master
script: cd src && make && make test