summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2017-02-16 14:09:41 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2017-02-20 18:21:22 +0000
commitaf9a4d900527f4c1efeec7c4eb2cb8a602f9a9cb (patch)
treecb580704160408d3743a3fa567ee7f36a6400f61 /.travis.yml
parent3f1b6ef2aa9c99bebe539f1de5a5054d90fc5dc3 (diff)
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>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fb72a5e9b9..a3b094f9a1 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