Skip to content

Commit

Permalink
Add Cppcheck to Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkoi committed Sep 24, 2019
1 parent 905175e commit 7d09214
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ matrix:
- os: linux
compiler: clang
env: SCAN_BUILD=YES
before_install:
- sudo apt-get install -y cppcheck

before_script:
- if [ "$(uname)" = "Linux" ]; then sudo apt-get update; sudo apt-get install -y texlive texinfo texi2html doxygen; fi
Expand Down

0 comments on commit 7d09214

Please sign in to comment.