Remove quotes, add version for the Coverity-Travis integration
This commit is contained in:
parent
f0b76de13e
commit
671b92d1c9
@ -26,9 +26,10 @@ env:
|
|||||||
addons:
|
addons:
|
||||||
coverity_scan:
|
coverity_scan:
|
||||||
project:
|
project:
|
||||||
name: "jedisct1/libsodium"
|
name: jedisct1/libsodium
|
||||||
description: "libsodium"
|
version: 1.0.2
|
||||||
|
description: libsodium
|
||||||
notification_email: coverityscan@pureftpd.org
|
notification_email: coverityscan@pureftpd.org
|
||||||
build_command_prepend: "./autogen.sh ; ./configure"
|
build_command_prepend: ./autogen.sh ; ./configure
|
||||||
build_command: "make -j4"
|
build_command: make -j4
|
||||||
branch_pattern: coverity_scan
|
branch_pattern: coverity_scan
|
||||||
|
Loading…
Reference in New Issue
Block a user