summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 979d77c1233a73c9a93db2afc56b4d43104aa767 (plain)
1
2
3
4
5
6
language: c
script: make && make test
compiler:
  - clang
  - gcc
sudo: false