Travis: add externc check

dev/timer
Ludwig Ortmann 9 years ago
parent 302b9b775c
commit 1838f456c3

@ -51,6 +51,10 @@ script:
# Remove the --error-exitcode=0` when all warnings of cppcheck have been
# taken care of in master.
- ./dist/tools/cppcheck/check.sh master --error-exitcode=0
# TODO:
# Remove the `AC` argument when all headers have been
# taken care of in master.
- ./dist/tools/externc/check.sh master AC
notifications:
email: false

Loading…
Cancel
Save