summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: dada04bc6774d99eb72cf29aac5a6c463a619b52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
os:
- linux
- osx

language: c

compiler:
- clang
- gcc

script:
- ./bootstrap
- ./configure
- make test-all
- make distclean
- cmake .
- make
- make test
- make clean