From: Emil Velikov Date: Thu, 6 Apr 2017 13:23:36 +0000 (+0100) Subject: travis: rework "if test" blocks in the script section X-Git-Tag: android-x86-8.1-r1~14177 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=abcfea23add91ffa7013a3c862712cfdaefcf8b0;p=android-x86%2Fexternal-mesa.git travis: rework "if test" blocks in the script section Split the "if test" blocks so that we get more sensible output in case of a failure. Signed-off-by: Emil Velikov Reviewed-by: Andres Gomez --- diff --git a/.travis.yml b/.travis.yml index 8921429c7e9..a4fe00d8023 100644 --- a/.travis.yml +++ b/.travis.yml @@ -114,6 +114,8 @@ script: --disable-llvm-shared-libs ; make && make check; - elif test x$BUILD = xscons; then + fi + + - if test "x$BUILD" = xscons; then scons llvm=1 && scons llvm=1 check; fi