Skip to content

Commit

Permalink
Trying to resolve scan-build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
solusipse authored Sep 5, 2017
1 parent 5abe89f commit 9bab68e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ addons:
packages:
- cppcheck
- clang-3.5

install:
- export PYTHONUSERBASE=~/.local
- easy_install --user scan-build

script:
- cppcheck --enable=all --error-exitcode=1 --inconclusive main.c fiche.c
Expand Down

0 comments on commit 9bab68e

Please sign in to comment.