travis: bring the scons build on par with AppVeyor

Namely, always build with LLVM and run the check target.

Cc: Rhys Kidd <rhyskidd@gmail.com>
Cc: Eric Anholt <eric@anholt.net>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Emil Velikov
2017-02-16 14:09:41 +00:00
committed by Emil Velikov
parent 3f1b6ef2aa
commit af9a4d9005

View File

@@ -109,5 +109,5 @@ script:
;
make && make check;
elif test x$BUILD = xscons; then
scons;
scons llvm=1 && scons llvm=1 check;
fi