Add testing with clang compiler
[platform/upstream/libvorbis.git] / .travis.yml
index 2c188ef..b143705 100644 (file)
@@ -1,8 +1,14 @@
 language: c
+
+compiler:
+  - gcc
+  - clang
+
 addons:
   apt:
     packages:
     - libogg-dev
+
 script:
   - ./autogen.sh
   - ./configure