preload/posix/generate: Replace spaces with tab
[libfiu.git] / .travis.yml
blob120cbd2e219f6f7ef1922300a8de2e574aeae640
1 # Configuration for https://travis-ci.org/
3 language: c
5 compiler:
6     - gcc
7     - clang
9 addons:
10     apt:
11         packages:
12             - python-dev
13             - python3-dev
15 script:
16     - make test