summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 83cab2523d4ec0b0ec857ed43e45ccf68e01233b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: c
install: sudo apt-get install libjson0-dev check python-docutils
before_script:
  - install -d m4
  - autoreconf -i
script:
  - ./configure
  - make
  - make check
compiler:
  - gcc
  - clang