xref: /third_party/libnl/.travis.yml (revision 1d68314a)
1language: c
2compiler:
3  - gcc
4  - clang
5
6before_install:
7
8script: ./.travis/run.sh
9