summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 0723a3a0a4338d3a1b09878d553c86f00ff573d2 (plain)
1
2
3
4
5
6
7
language: c
compiler: gcc
dist: trusty
script:
  - autoreconf -fi
  - ./configure
  - make distcheck