Skip to content

Commit

Permalink
BUILD: Also build the unit tests in the Coverity Scan build
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Apr 13, 2017
1 parent 4723444 commit cceb36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ addons:
name: $TRAVIS_REPO_SLUG
notification_email: drmccoy@drmccoy.de
build_command_prepend: "./autogen.sh && ./configure"
build_command: "make -j4"
build_command: "make -j4 && make -j4 check"
branch_pattern: coverity_scan

notifications:
Expand Down

0 comments on commit cceb36f

Please sign in to comment.