Skip to content

Commit

Permalink
travis: Correct coverity build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Kagstrom committed Jan 22, 2015
1 parent 5a41d10 commit 80261d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ addons:
name: "SimonKagstrom/kcov"
description: "code coverage"
notification_email: [email protected]
build_command_prepend: "mkdir coverity-build && cmake .."
build_command: "cd coverity-build && make"
build_command_prepend: "mkdir -p coverity-build && cd coverity-build && cmake .."
build_command: "make -C coverity-build"
branch_pattern: master

script: make -f travis/Makefile run-tests
Expand Down

0 comments on commit 80261d0

Please sign in to comment.