summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: fbcf48312367a5d9248498605e697ca58f215920 (plain)
1
2
3
4
5
6
7
8
language: c
compiler:
 - gcc
 - clang
notifications:
    email: false
script:
    - make && make check