summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: dfc38d44178a95a4402d458f40132a8b6b59da48 (plain)
1
2
3
4
5
6
7
8
9
10
11
language: c
compiler:
    - gcc
script: make 
notifications:
    webhooks:
        urls:
            - https://webhooks.gitter.im/e/ec51097009f538278ab8
        on_success: change
        on_failure: always