Go to correct directory for coverity scan

This commit is contained in:
Maxime Coste 2015-10-29 13:59:10 +00:00
parent df982bd146
commit 8ff4abdc68

View File

@ -40,8 +40,8 @@ addons:
name: "mawww/kakoune"
description: "Build submitted via Travis CI"
notification_email: frrrwww@gmail.com
build_command_prepend: "make clean"
build_command: "make -j4"
build_command_prepend: "cd src && make clean"
build_command: "cd src && make -j4"
branch_pattern: master
script: cd src && make && make test