From 4e2b7d0eed9fa1b98d5920393015b13fa06fedfa Mon Sep 17 00:00:00 2001 From: Jon Griffiths Date: Mon, 29 Aug 2016 13:10:29 +1200 Subject: [PATCH] Ensure config.h is created before the main travis builds The current makefiles are not parallel safe and reliably fail on the clang build. The real fix is to rewrite the makefiles, but in the meantime, allow the clang tests to pass. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 37bbd460..cbb0aebb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,6 @@ addons: - libjudy-dev libvorbis-dev libportaudio-dev libtalloc-dev script: + - make config.h - make -j2 - make -j2 -k check -- 2.39.2