Files
json-c/.travis.yml

26 lines
249 B
YAML
Raw Normal View History

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