summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: a5bb068a19657715de36c79f7e1d5b055643276b (plain)
1
2
3
4
5
6
7
8
9
language: c
compiler:
  - gcc
  - clang
os:
  - linux
  - osx
script:
  - ./autogen.sh && ./configure && make && make check