summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: e78998662f946688455e8aeb6642b2e2ac06d509 (plain)
1
2
3
4
5
6
7
8
9
10
11
os:
- linux
- osx

language: c

compiler:
- clang
- gcc

script: tests/run-tests.sh