aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 983fa9b6758d7a95730892f99fca8a24cee9a36d (plain)
1
2
3
4
5
language: c
compiler:
  - gcc
  - clang
script: autoreconf -iv && ./configure --enable-Werror && make -j8 && make check