Run cppcheck during Travis builds

This commit is contained in:
Andrew Gaul 2015-08-18 02:56:51 -07:00
parent 2e344bb48f
commit 2850fe731b

View File

@ -3,11 +3,12 @@ dist: trusty
cache: apt
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libfuse-dev
- sudo apt-get install -qq libfuse-dev cppcheck
script:
- ./autogen.sh
- ./configure
- make
- make cppcheck
- make check -C src
# Travis granted s3fs access to their upcoming alpha testing stack which may
# allow us to use FUSE.