Add testing with clang compiler
[platform/upstream/libvorbis.git] / .travis.yml
1 language: c
2
3 compiler:
4   - gcc
5   - clang
6
7 addons:
8   apt:
9     packages:
10     - libogg-dev
11
12 script:
13   - ./autogen.sh
14   - ./configure
15   - make distcheck