Skip to content

Commit

Permalink
cppcheck ignore cmake directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Sep 9, 2017
1 parent c5d90e0 commit bf276ee
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 @@ -14,7 +14,7 @@ install:

script:
# Static code analysis
- cppcheck . --error-exitcode=1 --quiet --force
- cppcheck . --error-exitcode=1 --quiet --force -icmake-3.1.3-Linux-x86_64
# Test x64 CPU
- mkdir build
- cd build
Expand Down

0 comments on commit bf276ee

Please sign in to comment.