Skip to content

Commit

Permalink
coverity scan failure
Browse files Browse the repository at this point in the history
Signed-off-by: Rian Quinn <quinnr@ainfosec.com>
  • Loading branch information
rianquinn committed Aug 30, 2016
1 parent 283c074 commit 8e1a043
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 @@ -67,8 +67,8 @@ matrix:
name: "Bareflank/hypervisor"
description: "Travis CI Build"
notification_email: rianquinn@gmail.com
build_command_prepend: "sudo cp $(which gcc-5) $(which gcc); sudo cp $(which g++-5) $(which g++); ./configure"
build_command: "STATIC_ANALYSIS_ENABLED=true make"
build_command_prepend: "sudo cp $(which gcc-5) $(which gcc); sudo cp $(which g++-5) $(which g++); ./configure; export STATIC_ANALYSIS_ENABLED=true"
build_command: "make"
branch_pattern: coverity_scan
script:
- echo "Done"
Expand Down

0 comments on commit 8e1a043

Please sign in to comment.