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