Go to correct directory for coverity scan
This commit is contained in:
parent
df982bd146
commit
8ff4abdc68
|
@ -40,8 +40,8 @@ addons:
|
||||||
name: "mawww/kakoune"
|
name: "mawww/kakoune"
|
||||||
description: "Build submitted via Travis CI"
|
description: "Build submitted via Travis CI"
|
||||||
notification_email: frrrwww@gmail.com
|
notification_email: frrrwww@gmail.com
|
||||||
build_command_prepend: "make clean"
|
build_command_prepend: "cd src && make clean"
|
||||||
build_command: "make -j4"
|
build_command: "cd src && make -j4"
|
||||||
branch_pattern: master
|
branch_pattern: master
|
||||||
|
|
||||||
script: cd src && make && make test
|
script: cd src && make && make test
|
||||||
|
|
Loading…
Reference in New Issue
Block a user