]> git.ozlabs.org Git - ccan/blobdiff - .travis.yml
Remove travis workarounds for previous build system
[ccan] / .travis.yml
index 2a14587018149af3dd5dbb37eaed5de1002f9a28..5f2097fd8182a7a084b700571c6cce53bd8c515b 100644 (file)
@@ -1,11 +1,14 @@
 language: c
 sudo: false
 
+compiler:
+  - gcc
+  - clang
+
 addons:
     apt:
         packages:
             - libjudy-dev libvorbis-dev libportaudio-dev libtalloc-dev
 
 script:
-        - make -j2
-        - make -j2 check
+        - make -j2 -k check quiet=1