summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: cba6855708e49dd130032c2b852b641bdc652681 (plain)
1
2
3
4
5
6
7
language: c

compiler:
- clang
- gcc

script: ./bootstrap && ./configure && make && make test