summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2015-10-29 13:59:10 +0000
committerMaxime Coste <frrrwww@gmail.com>2015-10-29 13:59:10 +0000
commit8ff4abdc689981e87fa7f1496ecb27eaded3f560 (patch)
treebc39d28737c783018f1edcf3672b02811a79fe5a
parentdf982bd146ae817a73494265da3892d3049b0a5c (diff)
Go to correct directory for coverity scan
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 5d0c94bd..7f638b73 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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