Files
json-c/.travis.yml
2015-10-09 23:58:02 +01:00

26 lines
249 B
YAML

language: cpp
compiler:
- gcc
- clang
os:
- linux
- osx
before_install:
- echo $LANG
- echo $LC_ALL
install:
- sh autogen.sh
before_script:
- ./configure
script:
- make
after_success:
- make check