Files
json-c/.travis.yml
2016-08-08 15:23:27 +02:00

32 lines
338 B
YAML

language: cpp
compiler:
- gcc
- clang
addons:
apt:
packages:
- cppcheck
os:
- linux
- osx
before_install:
- echo $LANG
- echo $LC_ALL
install:
- sh autogen.sh
before_script:
- ./configure
script:
- make
after_success:
- make check
- cppcheck --quiet *.h *.c tests/