]> git.ozlabs.org Git - ccan/blobdiff - .travis.yml
Clearer output from make check in Travis
[ccan] / .travis.yml
index cbb0aebb881c1d782b2431230be392fc55916e8c..10f15ba121d8fffcfc56dcd3f0e4e85fe1a1dccf 100644 (file)
@@ -8,9 +8,12 @@ compiler:
 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 -k check
+        - make -k check