diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2017-02-16 14:09:41 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2017-02-20 18:21:22 +0000 |
commit | af9a4d900527f4c1efeec7c4eb2cb8a602f9a9cb (patch) | |
tree | cb580704160408d3743a3fa567ee7f36a6400f61 | |
parent | 3f1b6ef2aa9c99bebe539f1de5a5054d90fc5dc3 (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>
-rw-r--r-- | .travis.yml | 2 |
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 |