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