Add testing with clang compiler
authorChocobo1 <Chocobo1@users.noreply.github.com>
Sun, 21 Feb 2016 14:27:16 +0000 (22:27 +0800)
committerChocobo1 <Chocobo1@users.noreply.github.com>
Mon, 28 Mar 2016 14:41:05 +0000 (22:41 +0800)
.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