summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 1496fc087dca2883177c27e49182fca9ed62f028 (plain)
1
2
3
4
5
6
7
8
9
10
language: c
sudo: enabled
dist:
 - trusty
compiler:
 - clang
 - gcc
script: ./configure && make all && sudo ./test-wrapper