aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 6e0f985ba5604e3503363e809a6431edbfd20409 (plain)
1
2
3
4
5
6
7
8
9
10
language: c
compiler:
  - gcc
  - clang
script:
    - autoreconf -iv
    - ./configure --enable-Werror
    - make -j8
    - make check
    - make distcheck