Files
json-c/.travis.yml

25 lines
247 B
YAML
Raw Normal View History

2015-10-09 23:46:19 +01:00
language: cpp
compiler:
- gcc
os:
- linux
before_install:
- echo $LANG
- echo $LC_ALL
install:
- sh autogen.sh
before_script:
- ./configure
script:
- make
- make install
after_success:
- make check