]> git.ozlabs.org Git - ccan/blobdiff - .travis.yml
Ensure config.h is created before the main travis builds
[ccan] / .travis.yml
index 6574acb526ac0dafc3d4ad8ceaf254d1939f6db0..cbb0aebb881c1d782b2431230be392fc55916e8c 100644 (file)
@@ -11,5 +11,6 @@ addons:
             - libjudy-dev libvorbis-dev libportaudio-dev libtalloc-dev
 
 script:
+        - make config.h
         - make -j2
-        - make -j2 check
+        - make -j2 -k check