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