summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: b46478303da326de939bad83b020469f2d0ea940 (plain)
1
2
3
4
5
6
7
8
9
10
11
language: c

before_script:
  - ./buildconf

compiler:
  - clang
  - gcc

notifications:
  email: false