]> git.ozlabs.org Git - ccan/blobdiff - .travis.yml
.travis.yml: Correct additional packages list
[ccan] / .travis.yml
index 2a14587018149af3dd5dbb37eaed5de1002f9a28..0c3cd599d4c0cec9eef395bbfe6e41a55709b94c 100644 (file)
@@ -1,11 +1,19 @@
 language: c
 sudo: false
 
+compiler:
+  - gcc
+  - clang
+
 addons:
     apt:
         packages:
-            - libjudy-dev libvorbis-dev libportaudio-dev libtalloc-dev
+            - libjudy-dev
+            - libvorbis-dev
+            - libportaudio-dev
+            - libtalloc-dev
 
 script:
+        - make config.h
         - make -j2
-        - make -j2 check
+        - make -j2 -k check