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

compiler:
- clang
- gcc

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