From af9a4d900527f4c1efeec7c4eb2cb8a602f9a9cb Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 16 Feb 2017 14:09:41 +0000 Subject: [PATCH] travis: bring the scons build on par with AppVeyor Namely, always build with LLVM and run the check target. Cc: Rhys Kidd Cc: Eric Anholt Signed-off-by: Emil Velikov --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fb72a5e9b97..a3b094f9a1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -109,5 +109,5 @@ script: ; make && make check; elif test x$BUILD = xscons; then - scons; + scons llvm=1 && scons llvm=1 check; fi -- 2.30.2